mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Revert CLEANDEPFILES commit per ru@'s request; it does not really solve
the problem. The correct fix will follow.
This commit is contained in:
parent
f21e8a6793
commit
5fb6bed92c
@ -5,8 +5,6 @@
|
||||
#
|
||||
# +++ variables +++
|
||||
#
|
||||
# CLEANDEPFILES Additional files to clean when doing cleandepend
|
||||
#
|
||||
# CTAGS A tags file generation program [gtags]
|
||||
#
|
||||
# CTAGSFLAGS Options for ctags(1) [not set]
|
||||
@ -184,9 +182,6 @@ cleandepend:
|
||||
.if defined(HTML)
|
||||
rm -rf HTML
|
||||
.endif
|
||||
.if defined(CLEANDEPFILES)
|
||||
rm -f ${CLEANDEPFILES}
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
.endif
|
||||
|
@ -7,8 +7,7 @@ PROG= kdump
|
||||
SRCS= kdump.c ioctl.c kdump_subr.c subr.c
|
||||
CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR} -I${.CURDIR}/../..
|
||||
|
||||
CLEANDEPFILES= ioctl.c kdump_subr.c
|
||||
CLEANFILES= ${CLEANDEPFILES}
|
||||
CLEANFILES= ioctl.c kdump_subr.c
|
||||
|
||||
ioctl.c: mkioctls
|
||||
sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET}
|
||||
|
@ -9,9 +9,8 @@ SRCS+= i386-linux.c linux_syscalls.h
|
||||
.endif
|
||||
|
||||
CFLAGS+= -I${.CURDIR} -I.
|
||||
CLEANDEPFILES=i386l-syscalls.master syscalls.master linux_syscalls.h \
|
||||
CLEANFILES=i386l-syscalls.master syscalls.master linux_syscalls.h \
|
||||
syscalls.h ioctl.c
|
||||
CLEANFILES+=${CLEANDEPFILES}
|
||||
|
||||
.SUFFIXES: .master
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user