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...
This commit is contained in:
Marcel Moolenaar 2000-01-12 14:33:00 +00:00
parent 22c22b08b0
commit d8180fbd67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55856

View file

@ -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}