freebsd-dev/gnu/usr.bin/cc
Bruce Evans 6acbf22513 Fixed `make -jN' for large N. The usual method of pretending that all
objects depend on all generated headers doesn't work because it gives
cyclic dependencies.  Give enough dependencies explicitly.  We no
longer need to use .SINGLESHELL for `make depend'.  .SINGLESHELL was
more of a bottleneck than usual because `make depend' makes everything.

Fixed some spelling and English errors.
1998-03-06 13:34:36 +00:00
..
c++ Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
c++filt Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
cc Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +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 `make -jN' for large N. The usual method of pretending that all 1998-03-06 13:34:36 +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 Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00
Makefile.inc Change MACHINE -> MACHINE_ARCH so that the design make sense on those 1998-01-25 09:49:00 +00:00