mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Optimize rm(1) usage.
This commit is contained in:
parent
80ed4956b5
commit
b31409f379
1 changed files with 2 additions and 3 deletions
|
|
@ -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 a new issue