diff options
author | bde <bde@FreeBSD.org> | 1998-08-02 13:50:23 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-08-02 13:50:23 +0000 |
commit | 09797423d9ca7b52f7d4023cc11d4d22560fcdc2 (patch) | |
tree | 7e95cb7baa02243a86e04712533cb5680860ba7e /contrib/gcc/cpplib.c | |
parent | 76039265401440844e2b890ed20a14378596a974 (diff) | |
download | FreeBSD-src-09797423d9ca7b52f7d4023cc11d4d22560fcdc2.zip FreeBSD-src-09797423d9ca7b52f7d4023cc11d4d22560fcdc2.tar.gz |
Use a different hack in the ${DFILE} rule to keep indirect dependencies
(mostly for includes) separate from direct dependencies (so that ${.ALLSRC}
can be used to find full paths to the sources for the direct dependencies
only). The `::' hack just forgot the indirect dependendencies. This
broke building doc/usd/13.viref with `make -jN' - the index got corrupted
by being built twice concurrently.
Cleaned up the ${DFILE} rule. There was a .else clause with dead code in
it following a .else clause (make accepts this bad syntax). ${.ALLSRC}
now works in the USE_SOELIMPP case. Some client Makefiles no longer need
the SRCDIR=${.OBJDIR} hack.
Diffstat (limited to 'contrib/gcc/cpplib.c')
0 files changed, 0 insertions, 0 deletions