Source-Changes-HG archive

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

[src/trunk]: src remove METALOG in clean



details:   https://anonhg.NetBSD.org/src/rev/609c4dcf0a42
branches:  trunk
changeset: 521927:609c4dcf0a42
user:      lukem <lukem%NetBSD.org@localhost>
date:      Fri Feb 08 16:11:18 2002 +0000

description:
remove METALOG in clean

diffstat:

 Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d224a06750ed -r 609c4dcf0a42 Makefile
--- a/Makefile  Fri Feb 08 14:55:23 2002 +0000
+++ b/Makefile  Fri Feb 08 16:11:18 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.160 2001/11/25 18:31:12 thorpej Exp $
+#      $NetBSD: Makefile,v 1.161 2002/02/08 16:11:18 lukem Exp $
 
 # This is the top-level makefile for building NetBSD. For an outline of
 # how to build a snapshot or release, as well as other release engineering
@@ -203,6 +203,9 @@
 dependall-distrib depend-distrib all-distrib:
        @true
 
+clean:
+       rm -f METALOG
+
 .include <bsd.obj.mk>
 .include <bsd.subdir.mk>
 



Home | Main Index | Thread Index | Old Index