summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Control rcs inclusion with NO_RCS insted of NO_TOOLCHAINphk2005-08-061-1/+3
|
* let NO_MAN control manphk2005-08-051-3/+12
| | | | | let NO_TOOLCHAIN control rcs let NO_INFO control texinfo
* Don't install groff if NO_GROFFphk2005-08-031-0/+2
|
* Stop building gtar. Bump __FreeBSD_version to reflect this change.kientzle2005-03-211-1/+0
|
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* Build things in dictionary order.ru2004-07-071-14/+34
|
* Hook gdb into the build. Exclude gdb on arm and powerpc as supportmarcel2004-06-251-1/+8
| | | | does not exist yet. The NO_GDB knob is respected.
* Turn cvs back on after import; that was less painful than I expected.peter2004-06-101-1/+1
|
* Turn off cvs while import/merging.peter2004-06-101-1/+1
|
* Update bmake glue for cvs-1.11.15, with apologies to Jacques for messingpeter2004-04-151-3/+3
| | | | up his day. The *.patch files are still fine for MFC'ing.
* Turn off cvs build for a few hours while importing.peter2004-04-151-3/+3
|
* Introduce more knobs to slim down FreeBSD userlandphk2003-08-291-1/+6
| | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff
* Wrap gperf in NO_CXX as it needs the C++ to compile.obrien2003-04-271-4/+3
|
* I thought groff was wrapped with NO_CXX. Oh well, it is now.obrien2003-02-241-1/+5
|
* Some things don't build for PowerPC yet.obrien2003-02-211-1/+5
| | | | List from: benno
* Disable building of the a.out gas and ld. They will become ports.obrien2002-09-171-6/+0
|
* Remove GNU awk.obrien2002-06-041-1/+1
|
* Put on peril sensitive sunglasses and turn C++ stuff back on.peter2002-05-291-5/+1
|
* Remove ptx. It is not used anywhere in the base system, has not beenmarkm2002-05-211-1/+1
| | | | | | | maintained for years and is very old code. If there is any need for it, I suspect that ports would be a better place. No objection from: current@freebsd.org
* Don't build gperf.obrien2002-05-181-2/+2
|
* Don't build perl.markm2002-05-161-4/+0
|
* Make sure to not yet build the GNU C++, but still allowru2002-05-151-1/+1
| | | | | for the C++ progs to be built with e.g. an old compiler, CXX=/usr/bin/c++, for the time being.
* Build compiler on all platforms.obrien2002-05-101-5/+1
|
* Turn off groff and gperf -- they will not compile with the in-tree Gcc 3.1.obrien2002-05-101-2/+6
|
* Re-add sort spammed in v1.62ache2002-04-131-1/+1
|
* Back out most of revision 1.59.obrien2002-04-101-6/+2
|
* move gperf to NO_GXX section, it works fine on ia64. It just needs apeter2002-04-081-2/+2
| | | | c++ compiler.
* Connect sortache2002-04-081-1/+1
|
* GCC and Gperf do not work on ia64 or sparc64 yet.obrien2002-04-081-2/+10
| | | | Also do not try to compile Groff if NO_CXX is set.
* Remove GNU sort from the build. BSD sort is coming.markm2002-03-241-1/+1
|
* Allow the use of the NO_PERL as well as NOPERL. The latter ismarkm2002-03-161-1/+1
| | | | going to go.
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.obrien2001-11-021-1/+1
| | | | The biggest thing missing from Bell-Labs AWK is the character class regexes.
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.obrien2001-10-301-1/+1
|
* Turn cvs back on. It seems that there's nothing outright broken, but therepeter2001-08-131-1/+1
| | | | are some odd things I've run into.. eg: log message formatting, etc.
* Temporarily turn off cvs builds for the (short) duration ofpeter2001-08-101-1/+1
| | | | import/verification.
* Only build the a.out `as' and `ld' if "WANT_AOUT" is defined.obrien2000-12-151-0/+2
| | | | | | | | | | | | Looking in src/Makfile* it looks like all the "WANT_AOUT" support has been removed, maybe these should just go away... Note that the a.out `ld' reaches over into src/contrib/gcc for libiberty bits. This is biting us because the libiberty bits have evolved beyond what the a.out `ld' can handle. This change fixes the broken world, but only because very few have "WANT_AOUT" defined.
* Remove Bison from the build. This is a prelude to possibly removing itobrien2000-01-161-1/+1
| | | | from 4.0-R.
* reactivate cvs subdir buildpeter1999-12-111-1/+1
|
* Turn off cvs for a moment pending import of a newer version..peter1999-12-111-1/+1
|
* Add a hook for disabling cvs and collect a few similar options together.peter1999-09-151-1/+5
| | | | (We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Disable building gdb in preparation for importing gdb-4.18dfr1999-05-021-2/+2
|
* Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.obrien1999-04-051-2/+2
|
* Remove the NOPERL block to building Perl5.markm1998-09-091-4/+1
| | | | | Perl 5 will rebuild/bootstrap itself next time a make world is done with this in effect.
* Set NOPERL while I spend the rest of the day bringing in Perl5.markm1998-09-091-1/+4
| | | | | This will doubtless confuse someone, but I'd rather have this than breakage.
* ELF preparation step 1:sos1998-05-251-8/+3
| | | | | | | | | | | | | | | Move our old a.out utils to /usr/libexec/aout. Enable binutils and put the utils in /usr/libexec/elf Enable objformat, a little helper program that calls the right utils based on /etc/objformat and $OBJFORMAT. This will enable the ELF generating tools. Remember that this is only step one, the system is still compiled and run in a.out format ONLY. Problem left to solve: The BSD manpages wins over the GNU equivalents as the are installed last. We need to distinguish between the manpages somehow...
* perl now works on alpha.jb1998-05-121-2/+2
| | | | This just leaves gdb to be configured for alpha.
* awk and groff (et al) now work on alpha as the result of libraryjb1998-05-121-4/+4
| | | | fixes.
* Add binutils if BINFORMAT is elf. This is needed for alpha, and itjb1998-03-131-2/+6
| | | | works on i386, but is still disabled until you set BINFORMAT.
* Correct spammage from MACHINE_ARCH commit - you don't want tojkh1998-02-201-3/+3
| | | | | | *replace* the SUBDIR list in that case, you want to augment it. Also move a stray .endif to its proper location. Heh, no wonder my release builds were falling over! ;)
OpenPOWER on IntegriCloud