META_MODE: Clean .meta files with 'make cleandepend'.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
c4c510be1e
commit
b964b94376
@ -54,6 +54,9 @@ HTAGSFLAGS?=
|
||||
.MAKE.DEPENDFILE= ${DEPENDFILE}
|
||||
.endif
|
||||
CLEANDEPENDFILES+= ${DEPENDFILE} ${DEPENDFILE}.*
|
||||
.if ${MK_META_MODE} == "yes"
|
||||
CLEANDEPENDFILES+= *.meta
|
||||
.endif
|
||||
|
||||
# Keep `tags' here, before SRCS are mangled below for `depend'.
|
||||
.if !target(tags) && defined(SRCS) && !defined(NO_TAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user