Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/rescue Remove file "rescue.unstripped" in "cleandir" target.



details:   https://anonhg.NetBSD.org/src/rev/c21bf4a34cfe
branches:  trunk
changeset: 549418:c21bf4a34cfe
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jul 14 09:00:33 2003 +0000

description:
Remove file "rescue.unstripped" in "cleandir" target.

diffstat:

 rescue/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 4ecc60fdd45a -r c21bf4a34cfe rescue/Makefile
--- a/rescue/Makefile   Mon Jul 14 08:58:57 2003 +0000
+++ b/rescue/Makefile   Mon Jul 14 09:00:33 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2003/05/26 09:46:47 lukem Exp $
+#      $NetBSD: Makefile,v 1.9 2003/07/14 09:00:33 tron Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -42,6 +42,7 @@
 
 ${CRUNCHBIN}:  ${LIBOVERRIDE}
 
+CLEANFILES+=   rescue.unstripped
 
 .include "${DISTRIBDIR}/common/Makefile.crunch"
 



Home | Main Index | Thread Index | Old Index