History log of /freebsd/gnu/usr.bin/Makefile (Results 226 – 250 of 301)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# 3bc2f9a8 29-Aug-2003 Poul-Henning Kamp <phk@FreeBSD.org>

Introduce more knobs to slim down FreeBSD userland

NO_TOOLCHAIN skips Compilers and Binutils
NO_USB skips USB stuff
NO_VINUM skips Vinum stuff
NO_ACPI skips ACPI stuff


Revision tags: release/5.1.0_cvs, release/5.1.0
# 7bf3ceda 27-Apr-2003 David E. O'Brien <obrien@FreeBSD.org>

Wrap gperf in NO_CXX as it needs the C++ to compile.


Revision tags: release/4.8.0_cvs, release/4.8.0
# 63b117a6 24-Feb-2003 David E. O'Brien <obrien@FreeBSD.org>

I thought groff was wrapped with NO_CXX. Oh well, it is now.


# 0bc81187 21-Feb-2003 David E. O'Brien <obrien@FreeBSD.org>

Some things don't build for PowerPC yet.

List from: benno


Revision tags: release/5.0.0_cvs, release/5.0.0, release/4.7.0_cvs
# 4e6ef084 17-Sep-2002 David E. O'Brien <obrien@FreeBSD.org>

Disable building of the a.out gas and ld. They will become ports.


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 741a21e8 04-Jun-2002 David E. O'Brien <obrien@FreeBSD.org>

Remove GNU awk.


# 0367ff75 29-May-2002 Peter Wemm <peter@FreeBSD.org>

Put on peril sensitive sunglasses and turn C++ stuff back on.


# 95f435e7 21-May-2002 Mark Murray <markm@FreeBSD.org>

Remove ptx. It is not used anywhere in the base system, has not been
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 objectio

Remove ptx. It is not used anywhere in the base system, has not been
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

show more ...


# ef446fb2 18-May-2002 David E. O'Brien <obrien@FreeBSD.org>

Don't build gperf.


# 9a473994 16-May-2002 Mark Murray <markm@FreeBSD.org>

Don't build perl.


# 83f56d9a 15-May-2002 Ruslan Ermilov <ru@FreeBSD.org>

Make sure to not yet build the GNU C++, but still allow
for the C++ progs to be built with e.g. an old compiler,
CXX=/usr/bin/c++, for the time being.


# 6121408b 10-May-2002 David E. O'Brien <obrien@FreeBSD.org>

Build compiler on all platforms.


# bd7ce31c 10-May-2002 David E. O'Brien <obrien@FreeBSD.org>

Turn off groff and gperf -- they will not compile with the in-tree Gcc 3.1.


# d393af17 13-Apr-2002 Andrey A. Chernov <ache@FreeBSD.org>

Re-add sort spammed in v1.62


# 52db7826 10-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

Back out most of revision 1.59.


# e82fc682 09-Apr-2002 Peter Wemm <peter@FreeBSD.org>

move gperf to NO_GXX section, it works fine on ia64. It just needs a
c++ compiler.


# de47b2da 08-Apr-2002 Andrey A. Chernov <ache@FreeBSD.org>

Connect sort


# 9dcb4498 08-Apr-2002 David E. O'Brien <obrien@FreeBSD.org>

GCC and Gperf do not work on ia64 or sparc64 yet.
Also do not try to compile Groff if NO_CXX is set.


# a332a4b3 24-Mar-2002 Mark Murray <markm@FreeBSD.org>

Remove GNU sort from the build. BSD sort is coming.


# fc2cee85 16-Mar-2002 Mark Murray <markm@FreeBSD.org>

Allow the use of the NO_PERL as well as NOPERL. The latter is
going to go.


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# 2335a3d7 03-Nov-2001 David E. O'Brien <obrien@FreeBSD.org>

Bring Gawk back. There just isn't any other POSIX compliant AWK out there.
The biggest thing missing from Bell-Labs AWK is the character class regexes.


# 43cfcf10 30-Oct-2001 David E. O'Brien <obrien@FreeBSD.org>

Switch to the One True AWK from Bell-Labs, away from GNU AWK.


# f949006c 13-Aug-2001 Peter Wemm <peter@FreeBSD.org>

Turn cvs back on. It seems that there's nothing outright broken, but there
are some odd things I've run into.. eg: log message formatting, etc.


# 635a163b 10-Aug-2001 Peter Wemm <peter@FreeBSD.org>

Temporarily turn off cvs builds for the (short) duration of
import/verification.


Revision tags: release/4.3.0_cvs, release/4.3.0
# 4979e034 15-Dec-2000 David E. O'Brien <obrien@FreeBSD.org>

Only build the a.out `as' and `ld' if "WANT_AOUT" is defined.

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.

Only build the a.out `as' and `ld' if "WANT_AOUT" is defined.

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.

show more ...


12345678910>>...13