summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-02-05 08:56:18 +0000
committerdes <des@FreeBSD.org>2008-02-05 08:56:18 +0000
commita2636de674ca0feb2c4a25f90808e99029868d14 (patch)
treed0f3d1260f8c0bbe06e71083338f4c2674c30dce /Makefile.inc1
parentf7514f1316fe6bc057320507d9a00f0194aecd2e (diff)
downloadFreeBSD-src-a2636de674ca0feb2c4a25f90808e99029868d14.zip
FreeBSD-src-a2636de674ca0feb2c4a25f90808e99029868d14.tar.gz
Give usr.bin/kdump/kdump_subr.c the same treatment as usr.bin/kdump/ioctl.c
and usr.bin/truss/ioctl.c. This is the correct way to address the problem that arises when doing an incremental build after a header used by kdump has been removed (cf. i4b disconnect a while ago) Explained by: ru MFC after: 2 weeks
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 eb4a211..b03f7ab 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -315,6 +315,7 @@ _worldtmp:
rm -rf ${WORLDTMP}/legacy/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/kdump/kdump_subr.c
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
.endif
.for _dir in \
OpenPOWER on IntegriCloud