Peter Wemm
e82fc68223
move gperf to NO_GXX section, it works fine on ia64. It just needs a
...
c++ compiler.
2002-04-08 22:58:52 +00:00
Andrey A. Chernov
de47b2dadd
Connect sort
2002-04-08 20:46:44 +00:00
David E. O'Brien
9dcb449809
GCC and Gperf do not work on ia64 or sparc64 yet.
...
Also do not try to compile Groff if NO_CXX is set.
2002-04-08 20:38:56 +00:00
Mark Murray
a332a4b3d5
Remove GNU sort from the build. BSD sort is coming.
2002-03-24 16:01:17 +00:00
Mark Murray
fc2cee85fd
Allow the use of the NO_PERL as well as NOPERL. The latter is
...
going to go.
2002-03-16 14:53:47 +00:00
David E. O'Brien
2335a3d70a
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.
2001-11-02 23:48:32 +00:00
David E. O'Brien
43cfcf106d
Switch to the One True AWK from Bell-Labs, away from GNU AWK.
2001-10-30 08:56:50 +00:00
Peter Wemm
f949006c58
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.
2001-08-13 19:04:26 +00:00
Peter Wemm
635a163b6a
Temporarily turn off cvs builds for the (short) duration of
...
import/verification.
2001-08-10 09:35:58 +00:00
David E. O'Brien
4979e034c1
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.
2000-12-15 19:49:28 +00:00
David E. O'Brien
33968c4550
Remove Bison from the build. This is a prelude to possibly removing it
...
from 4.0-R.
2000-01-16 00:11:34 +00:00
Peter Wemm
2c3311bb47
reactivate cvs subdir build
1999-12-11 17:32:07 +00:00
Peter Wemm
aa06d428e7
Turn off cvs for a moment pending import of a newer version..
1999-12-11 12:12:54 +00:00
Peter Wemm
77dec3a0c7
Add a hook for disabling cvs and collect a few similar options together.
...
(We do this on freefall as we use a tweaked /usr/bin/cvs wrapper)
1999-09-15 03:52:17 +00:00
Peter Wemm
9b7a44a60e
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
Doug Rabson
1bb2600168
Disable building gdb in preparation for importing gdb-4.18
1999-05-02 09:57:53 +00:00
David E. O'Brien
1f9c1a3489
Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.
1999-04-05 08:48:08 +00:00
Mark Murray
ddf0071c01
Remove the NOPERL block to building Perl5.
...
Perl 5 will rebuild/bootstrap itself next time a make world is done
with this in effect.
1998-09-09 19:30:45 +00:00
Mark Murray
5850fb4408
Set NOPERL while I spend the rest of the day bringing in Perl5.
...
This will doubtless confuse someone, but I'd rather have this than
breakage.
1998-09-09 06:01:11 +00:00
Søren Schmidt
77dfb966d9
ELF preparation step 1:
...
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...
1998-05-25 17:34:42 +00:00
John Birrell
2abfb02abe
perl now works on alpha.
...
This just leaves gdb to be configured for alpha.
1998-05-12 23:09:36 +00:00
John Birrell
266f0ba434
awk and groff (et al) now work on alpha as the result of library
...
fixes.
1998-05-12 21:07:45 +00:00
John Birrell
eb61a18ee7
Add binutils if BINFORMAT is elf. This is needed for alpha, and it
...
works on i386, but is still disabled until you set BINFORMAT.
1998-03-13 19:34:40 +00:00
Jordan K. Hubbard
fd8d085898
Correct spammage from MACHINE_ARCH commit - you don't want to
...
*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! ;)
1998-02-20 16:14:37 +00:00
John Birrell
d975ec253b
No binutils yet 8-(, and a few programs that need porting to alpha.
...
Make them i386 specific for now.
1998-02-19 09:34:59 +00:00
Peter Wemm
f2a0af48e5
Don't descend into the perl directory if it isn't there (eg: cvsup
...
refuse file), or if NOPERL is defined (eg: in /etc/make.conf)
1997-04-12 07:19:09 +00:00
Peter Wemm
fce15c9ab3
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
Jordan K. Hubbard
1130b656e5
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
Peter Wemm
5908a75555
Add genclass to the subdir list
1996-10-04 08:45:34 +00:00
Peter Wemm
aaa315477e
add bison, gperf
1996-09-10 14:04:37 +00:00
Jordan K. Hubbard
d670a62ab5
Remove mkisofs from Makefile
1996-08-08 02:21:06 +00:00
Bill Paul
420bf02888
Remove yppush; it's about to be replaced.
1996-01-12 06:43:33 +00:00
Peter Wemm
a50515323b
Re-connect cvs to gnu/usr.bin/Makefile..
...
(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.)
1995-12-18 08:04:53 +00:00
Peter Wemm
26992c2473
Disconnect 'cvs' from SUBDIRS in preperation for import of new version..
1995-12-10 21:50:02 +00:00
Nate Williams
65cc5b32c2
Re-enabled cvs now that Rod is satisfied that it will work correctly.
1995-04-11 17:28:26 +00:00
Nate Williams
73a425b915
Temporarily disable building CVS to avoid anyone hosing up their CVS
...
tree until a bit more testing is done.
Submitted by: rgrimes@gndrsh.aac.dev.com "Rod Grimes"
1995-03-31 08:00:06 +00:00
Nate Williams
ab795d6abc
Added gdb back in since it can no compile with the ld change.
1995-03-22 19:39:45 +00:00
Paul Traina
8454052590
rename ngroff to groff
1995-03-18 01:23:06 +00:00
Poul-Henning Kamp
c66585d539
Disabled gdb until it compiles. I need make world to work...
1995-03-13 19:14:05 +00:00
Jordan K. Hubbard
ad23c66664
Add mkisofs to list of targets.
1995-02-12 09:51:53 +00:00
Bill Paul
e35cfba7f2
Added SUNDIR entry for yppush
1995-01-31 09:48:48 +00:00
Bruce Evans
3c447b4f44
Don't build kgdb. It should go away soon.
1995-01-19 17:03:28 +00:00
Andrey A. Chernov
a99d423620
Build ngroff instead of groff now
1995-01-17 19:28:56 +00:00
Andrey A. Chernov
98f978a585
Remove */doc
1995-01-16 17:53:43 +00:00
Andrey A. Chernov
4d7b8c9269
dc/doc added
1995-01-12 02:56:15 +00:00
Andrey A. Chernov
cd54e1437f
as/doc added
1995-01-12 02:50:50 +00:00
Andrey A. Chernov
eb0dc9c294
ptx/doc added
1995-01-12 01:35:31 +00:00
Andrey A. Chernov
514c347b58
awk/doc added
1995-01-11 06:56:12 +00:00
Andrey A. Chernov
b7091db2a5
send-pr/doc added
1995-01-10 20:04:35 +00:00
David Greenman
3237032fdc
Enabled build/install of kgdb.
1994-11-07 08:22:17 +00:00