remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.
Approved by: sef
This commit is contained in:
parent
1619818359
commit
2a8c03de9e
@ -7,7 +7,7 @@ SRCS= kdump.c ioctl.c subr.c
|
||||
.PATH: ${.CURDIR}/../ktrace
|
||||
CLEANFILES+=ioctl.c
|
||||
|
||||
ioctl.c: .PHONY
|
||||
ioctl.c:
|
||||
sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ioctl.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -28,7 +28,7 @@ syscalls.h: syscalls.master
|
||||
/bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh syscalls.master \
|
||||
${.CURDIR}/i386.conf
|
||||
|
||||
ioctl.c: .PHONY
|
||||
ioctl.c:
|
||||
sh ${.CURDIR}/../../usr.bin/kdump/mkioctls ${DESTDIR}/usr/include > ioctl.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user