Source-Changes-HG archive

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

[src/trunk]: src include bsd.clean.mk so that we actually clean up the attemp...



details:   https://anonhg.NetBSD.org/src/rev/d728e13e7be8
branches:  trunk
changeset: 321351:d728e13e7be8
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Mar 13 03:06:28 2018 +0000

description:
include bsd.clean.mk so that we actually clean up the attempted "params"

diffstat:

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

diffs (14 lines):

diff -r 9a82f0b8f67d -r d728e13e7be8 Makefile
--- a/Makefile  Tue Mar 13 03:05:12 2018 +0000
+++ b/Makefile  Tue Mar 13 03:06:28 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.321 2017/12/06 19:34:00 uwe Exp $
+#      $NetBSD: Makefile,v 1.322 2018/03/13 03:06:28 mrg Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -528,3 +528,4 @@
 .include <bsd.obj.mk>
 .include <bsd.kernobj.mk>
 .include <bsd.subdir.mk>
+.include <bsd.clean.mk>



Home | Main Index | Thread Index | Old Index