Module Name: src
Committed By: mrg
Date: Tue Mar 13 02:22:43 UTC 2018
Modified Files:
src/distrib/i386/ramdisks/common: Makefile.ramdisk
Log Message:
clean up CRUNCHBIN.map
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/distrib/i386/ramdisks/common/Makefile.ramdisk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/i386/ramdisks/common/Makefile.ramdisk
diff -u src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.12 src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.13
--- src/distrib/i386/ramdisks/common/Makefile.ramdisk:1.12 Wed Oct 7 14:09:05 2015
+++ src/distrib/i386/ramdisks/common/Makefile.ramdisk Tue Mar 13 02:22:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.ramdisk,v 1.12 2015/10/07 14:09:05 martin Exp $
+# $NetBSD: Makefile.ramdisk,v 1.13 2018/03/13 02:22:43 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -33,7 +33,8 @@ PARSELISTENV+= BOOTMODEL=${BOOTMODEL:Q}
# This propogates through to the link of ramdiskbin
# The map file is useful when trying to prune the image
LDFLAGS+= -Wl,-Map,${CRUNCHBIN}.map,--cref
-CRUNCHENV += LDFLAGS=${LDFLAGS:Q}
+CRUNCHENV+= LDFLAGS=${LDFLAGS:Q}
+CLEANFILES+= ${CRUNCHBIN}.map
.if defined(USE_SYSINST)
.if ${USE_SYSINST} != yes