mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 21:52:45 +00:00
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:
parent
22c22b08b0
commit
d8180fbd67
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55856
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user