diff options
author | bde <bde@FreeBSD.org> | 1998-04-23 16:30:51 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-04-23 16:30:51 +0000 |
commit | 6adf1d592649ad55584a0b61bdfa6ef21460ff86 (patch) | |
tree | 0d1de68bd8075f395525bb0e5688e9ba1d16d4ef /usr.sbin/config | |
parent | 2297a9666d59394f5c7b5ce52e853caa14ddd86c (diff) | |
download | FreeBSD-src-6adf1d592649ad55584a0b61bdfa6ef21460ff86.zip FreeBSD-src-6adf1d592649ad55584a0b61bdfa6ef21460ff86.tar.gz |
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.
Diffstat (limited to 'usr.sbin/config')
0 files changed, 0 insertions, 0 deletions