summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-01-12 14:33:00 +0000
committermarcel <marcel@FreeBSD.org>2000-01-12 14:33:00 +0000
commitcbc1efe2cc9a0b2f8fad95783472acee11d7529a (patch)
treed397c25fc107ea58b47c0cb00d9b178d4e315a3e /Makefile.inc1
parentdbe7fe81d0ebf21af51fa53ae52ff7740a66937d (diff)
downloadFreeBSD-src-cbc1efe2cc9a0b2f8fad95783472acee11d7529a.zip
FreeBSD-src-cbc1efe2cc9a0b2f8fad95783472acee11d7529a.tar.gz
Add gross hack to work around bogus dependency information created
by gnu/usr.bin/cc/cc_tools/Makefile. This bug is painfully visible when making buildworld with -DNOCLEAN. This work around is beyond dirty...
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc13
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5b5a36c..00e60e1 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -209,6 +209,9 @@ buildworld:
rm -rf ${WORLDTMP}/usr/$$dir; \
done
rm -f ${WORLDTMP}/sys
+ # XXX - Work-around for broken cc/cc_tools/Makefile.
+ # This is beyond dirty...
+ rm -f ${OBJTREE}${.CURDIR}/gnu/usr.bin/cc/cc_tools/.depend
.endif
.for _dir in ${USRDIRS}
mkdir -p ${WORLDTMP}/${_dir}
OpenPOWER on IntegriCloud