mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-24 10:52:36 +01:00
Optimize rm(1) usage.
This commit is contained in:
parent
80ed4956b5
commit
b31409f379
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=31717
@ -1,4 +1,4 @@
|
||||
# $Id: bsd.dep.mk,v 1.14 1997/08/26 16:54:33 bde Exp $
|
||||
# $Id: bsd.dep.mk,v 1.15 1997/10/05 09:39:42 jkh Exp $
|
||||
#
|
||||
# The include file <bsd.dep.mk> handles Makefile dependencies.
|
||||
#
|
||||
@ -90,8 +90,7 @@ tags: ${SRCS} _SUBDIR
|
||||
.if !target(cleandepend)
|
||||
cleandepend: _SUBDIR
|
||||
.if defined(SRCS)
|
||||
rm -f ${DEPENDFILE}
|
||||
rm -f ${.CURDIR}/GRTAGS ${.CURDIR}/GTAGS
|
||||
rm -f ${DEPENDFILE} ${.CURDIR}/GRTAGS ${.CURDIR}/GTAGS
|
||||
.if defined(HTML)
|
||||
rm -rf ${.CURDIR}/HTML
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user