obrien
2a689b0e2f
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
obrien
9ba15dae5b
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
d65d419fc8
reactivate cvs subdir build
1999-12-11 17:32:07 +00:00
peter
25155fc40f
Turn off cvs for a moment pending import of a newer version..
1999-12-11 12:12:54 +00:00
peter
e2c605abd0
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
289c0d262f
$Id$ -> $FreeBSD$
1999-08-27 23:37:10 +00:00
dfr
2500018199
Disable building gdb in preparation for importing gdb-4.18
1999-05-02 09:57:53 +00:00
obrien
9bdf51c483
Turn off src/gnu/usr.bin/genclass -- it is OBE as it was part of libg++.
1999-04-05 08:48:08 +00:00
markm
1c30948b9b
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
markm
2fac4731a0
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
sos
ea8b97a093
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
jb
2325f0cac2
perl now works on alpha.
...
This just leaves gdb to be configured for alpha.
1998-05-12 23:09:36 +00:00
jb
ad6cba6f81
awk and groff (et al) now work on alpha as the result of library
...
fixes.
1998-05-12 21:07:45 +00:00
jb
47cf5137be
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
jkh
fba9e5d663
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
jb
7d1df0f942
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
17b78c41d7
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
245ba20d12
Revert $FreeBSD$ to $Id$
1997-02-22 15:48:31 +00:00
jkh
808a36ef65
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
2108e41875
Add genclass to the subdir list
1996-10-04 08:45:34 +00:00
peter
6880e6f5ca
add bison, gperf
1996-09-10 14:04:37 +00:00
jkh
34bc2a4794
Remove mkisofs from Makefile
1996-08-08 02:21:06 +00:00
wpaul
6b2a9ed784
Remove yppush; it's about to be replaced.
1996-01-12 06:43:33 +00:00
peter
4e5c405d9b
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
20843989b1
Disconnect 'cvs' from SUBDIRS in preperation for import of new version..
1995-12-10 21:50:02 +00:00
nate
acbb8602ac
Re-enabled cvs now that Rod is satisfied that it will work correctly.
1995-04-11 17:28:26 +00:00
nate
4ce4a770bf
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
35f792f27c
Added gdb back in since it can no compile with the ld change.
1995-03-22 19:39:45 +00:00
pst
847ca6cd2e
rename ngroff to groff
1995-03-18 01:23:06 +00:00
phk
963f2ebed7
Disabled gdb until it compiles. I need make world to work...
1995-03-13 19:14:05 +00:00
jkh
fb2bee14b3
Add mkisofs to list of targets.
1995-02-12 09:51:53 +00:00
wpaul
86715246c4
Added SUNDIR entry for yppush
1995-01-31 09:48:48 +00:00
bde
17342368b9
Don't build kgdb. It should go away soon.
1995-01-19 17:03:28 +00:00
ache
52c85fb013
Build ngroff instead of groff now
1995-01-17 19:28:56 +00:00
ache
dd627db19f
Remove */doc
1995-01-16 17:53:43 +00:00
ache
d1ae267068
dc/doc added
1995-01-12 02:56:15 +00:00
ache
b4f042e04e
as/doc added
1995-01-12 02:50:50 +00:00
ache
3311eea0ad
ptx/doc added
1995-01-12 01:35:31 +00:00
ache
fd4a9ed5df
awk/doc added
1995-01-11 06:56:12 +00:00
ache
ed41b47516
send-pr/doc added
1995-01-10 20:04:35 +00:00
dg
4bdaa744de
Enabled build/install of kgdb.
1994-11-07 08:22:17 +00:00
bde
c5d2a2e071
Add perl.
1994-10-25 16:59:57 +00:00
ache
91339cb74c
Dialog added
1994-10-08 15:19:12 +00:00
jkh
b01b790ba8
Add texinfo to the list of SUBDIR targets.
1994-09-15 11:11:32 +00:00
paul
e935f018a7
Enabled send-pr
1994-09-09 19:48:23 +00:00
paul
53b6f73ce0
Changed cc26 to cc
...
Reviewed by:
Submitted by:
1994-08-24 21:17:33 +00:00
jkh
da5752839b
Nuke GNU pr.
...
Reviewed by:
Submitted by:
1994-08-10 00:24:25 +00:00
jkh
98758fdaff
Remove kgdb for now until we figure out what our gdb strategy is going
...
to be (having two sucks, and this one doesn't even work for 2.0 now!).
Submitted by: jkh
1994-08-09 14:48:35 +00:00
jkh
a276da7512
cc -> cc26 (until Poul-Henning decides how he wants this to look).
...
Submitted by: jkh
1994-08-07 21:00:46 +00:00
paul
9e37a99838
Added kgdb subdir.
1994-06-10 16:51:29 +00:00