Module Name: src
Committed By: plunky
Date: Mon Jan 18 10:25:29 UTC 2010
Modified Files:
src/etc/mtree: Makefile
Log Message:
also clean up NetBSD.dist.tmp as if a second build is done without the
NetBSD.dist changing, the tmp file will remain.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/etc/mtree/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/mtree/Makefile
diff -u src/etc/mtree/Makefile:1.14 src/etc/mtree/Makefile:1.15
--- src/etc/mtree/Makefile:1.14 Fri Dec 18 04:12:36 2009
+++ src/etc/mtree/Makefile Mon Jan 18 10:25:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2009/12/18 04:12:36 uebayasi Exp $
+# $NetBSD: Makefile,v 1.15 2010/01/18 10:25:29 plunky Exp $
.include <bsd.own.mk>
@@ -56,6 +56,6 @@
.endif # MKUNPRIVED # }
.endif # DISTRIBUTION_DONE # }
-CLEANFILES+= NetBSD.dist
+CLEANFILES+= NetBSD.dist NetBSD.dist.tmp
.include <bsd.prog.mk>