summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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! ;)
* No binutils yet 8-(, and a few programs that need porting to alpha.jb1998-02-191-3/+7
| | | | Make them i386 specific for now.
* Don't descend into the perl directory if it isn't there (eg: cvsuppeter1997-04-121-2/+6
| | | | refuse file), or if NOPERL is defined (eg: in /etc/make.conf)
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Add genclass to the subdir listpeter1996-10-041-2/+2
|
* add bison, gperfpeter1996-09-101-2/+2
|
* Remove mkisofs from Makefilejkh1996-08-081-2/+2
|
* Remove yppush; it's about to be replaced.wpaul1996-01-121-2/+2
|
* Re-connect cvs to gnu/usr.bin/Makefile..peter1995-12-181-2/+2
| | | | | | (Note that you need to have either done a 'make world' or explicitly run a 'make distrib-dirs' (in src/etc) to get some needed directories in /usr/share/examples/cvs to be built.)
* Disconnect 'cvs' from SUBDIRS in preperation for import of new version..peter1995-12-101-2/+2
|
* Re-enabled cvs now that Rod is satisfied that it will work correctly.nate1995-04-111-2/+2
|
OpenPOWER on IntegriCloud