summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-06 21:39:20 +0000
committerru <ru@FreeBSD.org>2003-04-06 21:39:20 +0000
commit2dcfa9709bf0c612bb1f6fb0ec0d2b3f81d626b9 (patch)
tree1307e1d53bf77115f2945e84d70449c06d26f3ad /Makefile.inc1
parent669d8d48a392d032a69760c22d8a16e6e68e8dc3 (diff)
downloadFreeBSD-src-2dcfa9709bf0c612bb1f6fb0ec0d2b3f81d626b9.zip
FreeBSD-src-2dcfa9709bf0c612bb1f6fb0ec0d2b3f81d626b9.tar.gz
Always remove ${WORLDTMP}/build/usr/include, even in the NOCLEAN
case. This way, we won't have stale compatibility headers there.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc11
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 8a3da19..be80d9f 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -269,6 +269,7 @@ _worldtmp:
.if !defined(NOCLEAN)
rm -rf ${WORLDTMP}
.else
+ rm -rf ${WORLDTMP}/build/usr/include
# XXX - These two can depend on any header file.
rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
OpenPOWER on IntegriCloud