summaryrefslogtreecommitdiff
path: root/distrib/macppc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-15 22:46:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-10-15 22:46:55 +0000
commita29a546ff171e90082ce7cd09900c6413c54e3ef (patch)
treeaff5d06dbe5febe70beed263cebe6f2880afad51 /distrib/macppc
parent91e290bb93770e2b39536a04f68b1a7cb4ddfbc1 (diff)
We do not produce "core" files, so they do not need to be deleted. they
have been *.core files for a very long time. That's a lot of unlink() calls saved.
Diffstat (limited to 'distrib/macppc')
-rw-r--r--distrib/macppc/ramdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/macppc/ramdisk/Makefile b/distrib/macppc/ramdisk/Makefile
index 80c4cc2b5d1..0da0188ea1d 100644
--- a/distrib/macppc/ramdisk/Makefile
+++ b/distrib/macppc/ramdisk/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.29 2013/10/14 00:00:10 guenther Exp $
+# $OpenBSD: Makefile,v 1.30 2013/10/15 22:46:51 deraadt Exp $
REV= ${OSrev}
@@ -114,7 +114,7 @@ do_files:
rm ${MOUNT_POINT}/${CBIN}
clean cleandir:
- /bin/rm -f core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
+ /bin/rm -f *.core ${IMAGE} ${CBIN} ${CBIN}.mk ${CBIN}.cache \
lib*.a lib*.olist ${CBIN}.map \
*.o *.lo *.c bsd ${BSD_RD} cd${REV}.iso rdsetroot
rm -rf cd-dir