| #
f947f58c
|
| 27-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
packages: rename elftoolchain to toolchain, add more things
Rename the existing "elftoolchain" package to "toolchain", and move everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the
packages: rename elftoolchain to toolchain, add more things
Rename the existing "elftoolchain" package to "toolchain", and move everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the toolchain package.
This means we have one package called "toolchain" which contains all the development-related utilities which are not compilers or already part of some other package (e.g., llvm).
Reviewed by: des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50286
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
f947f58c
|
| 27-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
packages: rename elftoolchain to toolchain, add more things
Rename the existing "elftoolchain" package to "toolchain", and move everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the
packages: rename elftoolchain to toolchain, add more things
Rename the existing "elftoolchain" package to "toolchain", and move everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the toolchain package.
This means we have one package called "toolchain" which contains all the development-related utilities which are not compilers or already part of some other package (e.g., llvm).
Reviewed by: des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50286
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
254dd166
|
| 28-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Let bsd.prog.mk set SRCS and MAN to their default values.
|
| #
91bd71d2
|
| 08-Feb-2002 |
Mark Murray <markm@FreeBSD.org> |
Remove leaf node WARNS?=2 (that mainly I added). This should help the GCC3 transition and CURRENT in general.
|
| #
865eb33a
|
| 02-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
WARNS=2 fixup.
|
| #
3f160897
|
| 08-May-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweik
Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks
show more ...
|
| #
b9ad8c86
|
| 07-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
beforeinstall -> SCRIPTS.
|
| #
dc12be52
|
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
MAN[1-9] -> MAN.
|
| #
bb17ac54
|
| 17-Sep-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source code. Basically a shortcut to cc -ansi -trigraphs.
|
| #
f947f58c
|
| 27-May-2025 |
Lexi Winter <ivy@FreeBSD.org> |
packages: rename elftoolchain to toolchain, add more things
Rename the existing "elftoolchain" package to "toolchain", and move everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the
packages: rename elftoolchain to toolchain, add more things
Rename the existing "elftoolchain" package to "toolchain", and move everything which is gated by MK_TOOLCHAIN (e.g. lex, yacc, ...) to the toolchain package.
This means we have one package called "toolchain" which contains all the development-related utilities which are not compilers or already part of some other package (e.g., llvm).
Reviewed by: des, emaste Approved by: des (mentor) Differential Revision: https://reviews.freebsd.org/D50286
show more ...
|
| #
e9ac4169
|
| 15-Jul-2024 |
Warner Losh <imp@FreeBSD.org> |
Remove residual blank line at start of Makefile
This is a residual of the $FreeBSD$ removal.
MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
|
| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
254dd166
|
| 28-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Let bsd.prog.mk set SRCS and MAN to their default values.
|
| #
91bd71d2
|
| 08-Feb-2002 |
Mark Murray <markm@FreeBSD.org> |
Remove leaf node WARNS?=2 (that mainly I added). This should help the GCC3 transition and CURRENT in general.
|
| #
865eb33a
|
| 02-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
WARNS=2 fixup.
|
| #
3f160897
|
| 08-May-2001 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweik
Turned the shell script into a binary fixing several minor buglets. Mention _POSIX_SOURCE feature test macro in man page. PR: bin/19337 Submitted by: myself way back when I was a nobody :-) (schweikh) Reviewed by: joerg, bde MFC after: 2 weeks
show more ...
|
| #
b9ad8c86
|
| 07-Apr-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
beforeinstall -> SCRIPTS.
|
| #
dc12be52
|
| 27-Mar-2001 |
Ruslan Ermilov <ru@FreeBSD.org> |
MAN[1-9] -> MAN.
|
| #
bb17ac54
|
| 17-Sep-1997 |
Joerg Wunsch <joerg@FreeBSD.org> |
c89 is the Posix.2 name for a C compiler that accepts ANSI/ISO C source code. Basically a shortcut to cc -ansi -trigraphs.
|
| #
254dd166
|
| 28-Jan-2005 |
Ruslan Ermilov <ru@FreeBSD.org> |
Let bsd.prog.mk set SRCS and MAN to their default values.
|
| #
91bd71d2
|
| 08-Feb-2002 |
Mark Murray <markm@FreeBSD.org> |
Remove leaf node WARNS?=2 (that mainly I added). This should help the GCC3 transition and CURRENT in general.
|