summaryrefslogtreecommitdiff
path: root/mk/scripts.mk
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-03-03 13:14:54 +0000
committerRoy Marples <roy@marples.name>2008-03-03 13:14:54 +0000
commitf35c879bb8b703bd15805b19c55018bd9e9a4e6a (patch)
treeb78306fe127acfd5187b6e81e13893323f7c7a77 /mk/scripts.mk
parent7a8e9d4ddbe121bf2cafb095e9ecf262bc074133 (diff)
downloadopenrc-f35c879bb8b703bd15805b19c55018bd9e9a4e6a.tar.gz
openrc-f35c879bb8b703bd15805b19c55018bd9e9a4e6a.tar.bz2
openrc-f35c879bb8b703bd15805b19c55018bd9e9a4e6a.tar.xz
Ignore fixes.
Diffstat (limited to 'mk/scripts.mk')
-rw-r--r--mk/scripts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/scripts.mk b/mk/scripts.mk
index 81fae3d..b84f05e 100644
--- a/mk/scripts.mk
+++ b/mk/scripts.mk
@@ -40,6 +40,6 @@ install: all realinstall ${INSTALLAFTER}
# so we ensure that it has a bogus argument
CLEANFILES+= ${OBJS}
clean:
- if test -n "${CLEANFILES}"; then rm -f ${CLEANFILES}; fi
+ @if test -n "${CLEANFILES}"; then echo "rm -f ${CLEANFILES}"; rm -f ${CLEANFILES}; fi
include ${MK}/gitignore.mk