Always remove ${WORLDTMP}/build/usr/include, even in the NOCLEAN
case. This way, we won't have stale compatibility headers there.
This commit is contained in:
parent
d45d97d1fc
commit
5ceb21ff5d
@ -269,6 +269,7 @@ _worldtmp:
|
|||||||
.if !defined(NOCLEAN)
|
.if !defined(NOCLEAN)
|
||||||
rm -rf ${WORLDTMP}
|
rm -rf ${WORLDTMP}
|
||||||
.else
|
.else
|
||||||
|
rm -rf ${WORLDTMP}/build/usr/include
|
||||||
# XXX - These two can depend on any header file.
|
# XXX - These two can depend on any header file.
|
||||||
rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c
|
rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c
|
||||||
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
|
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
|
||||||
|
Loading…
Reference in New Issue
Block a user