Revert CLEANDEPFILES commit per ru@'s request; it does not really solve

the problem.  The correct fix will follow.
This commit is contained in:
Dag-Erling Smørgrav 2008-02-05 08:52:36 +00:00
parent f21e8a6793
commit 5fb6bed92c
3 changed files with 2 additions and 9 deletions

View File

@ -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

View File

@ -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}

View File

@ -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