freebsd-dev/gnu/usr.bin/cc
Bruce Evans 93dce16147 Fixed missing dependencies. The critical missing one was of bi-lexer.o
on bi-parser.h.  Not having it sometimes (only with `make -j') triggered
a bug suite that led to ordinary cpp output being put in .depend files.
Various bugs (the main one only with `make -j') prevented timely detection
of failure to build and install gnu/usr.bin/cc.  Eventually the missing
${WORLDTMP}/usr/libexec/cpp caused ${WORLDTMP}/usr/bin/cpp to be invoked
by cc, and this version of cpp is not suitable for such invocation.
Ordinary cpp output was put in .depend files when cpp terminated options
processing before seeing the -M flag.

Cleaned up.
1998-04-23 16:30:51 +00:00
..
c++ I goofed on the `LINKS' syntax. 1998-03-18 12:28:09 +00:00
c++filt Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
cc First round of changes to support generation of assembler for the old 1998-03-08 05:29:49 +00:00
cc1 NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". 1997-06-29 06:03:42 +00:00
cc1obj NOSHARED takes a yes/YES no/NO value, not "true, false, hey mon!". 1997-06-29 06:03:42 +00:00
cc1plus Changes to support full make parallelism (-j<n>) in the world 1997-10-05 09:40:24 +00:00
cc_int Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
cc_tools Fixed missing dependencies. The critical missing one was of bi-lexer.o 1998-04-23 16:30:51 +00:00
cccp Changes to support full make parallelism (-j<n>) in the world 1997-10-05 09:40:24 +00:00
cpp Changes to support full make parallelism (-j<n>) in the world 1997-10-05 09:40:24 +00:00
doc <bsd.prog.mk> has included ../Makefile.inc for a long time, and there 1997-12-17 19:57:35 +00:00
f77 Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
libgcc Support building of libgcc.a without building all of gcc. This is 1998-03-23 12:23:13 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
Makefile.inc First round of changes to support generation of assembler for the old 1998-03-08 05:29:49 +00:00