Source-Changes-HG archive

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

[src/trunk]: src/etc/mtree also clean up NetBSD.dist.tmp as if a second build...



details:   https://anonhg.NetBSD.org/src/rev/a3d73e288ddd
branches:  trunk
changeset: 750889:a3d73e288ddd
user:      plunky <plunky%NetBSD.org@localhost>
date:      Mon Jan 18 10:25:29 2010 +0000

description:
also clean up NetBSD.dist.tmp as if a second build is done without the
NetBSD.dist changing, the tmp file will remain.

diffstat:

 etc/mtree/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 6c30fbabbc6f -r a3d73e288ddd etc/mtree/Makefile
--- a/etc/mtree/Makefile        Mon Jan 18 09:58:20 2010 +0000
+++ b/etc/mtree/Makefile        Mon Jan 18 10:25:29 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index