Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils Don't descend into sysinst.



details:   https://anonhg.NetBSD.org/src/rev/97eaab193cd7
branches:  trunk
changeset: 331003:97eaab193cd7
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Jul 26 19:35:10 2014 +0000

description:
Don't descend into sysinst.

diffstat:

 distrib/utils/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 916fe31f7bc0 -r 97eaab193cd7 distrib/utils/Makefile
--- a/distrib/utils/Makefile    Sat Jul 26 19:34:08 2014 +0000
+++ b/distrib/utils/Makefile    Sat Jul 26 19:35:10 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.20 2013/03/24 20:26:29 christos Exp $
+#      $NetBSD: Makefile,v 1.21 2014/07/26 19:35:10 dholland Exp $
 
 .if make(obj)
 
@@ -19,10 +19,6 @@
 
 .endif
 
-.if exists(sysinst/arch/${MACHINE})
-SUBDIR+=sysinst
-.endif
-
 release:
 
 .include <bsd.subdir.mk>



Home | Main Index | Thread Index | Old Index