Source-Changes-HG archive

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

[src/trunk]: src exclude rump targets if MKRUMP = no



details:   https://anonhg.NetBSD.org/src/rev/81f8aecc4841
branches:  trunk
changeset: 780817:81f8aecc4841
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Aug 08 14:00:31 2012 +0000

description:
exclude rump targets if MKRUMP = no

diffstat:

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

diffs (20 lines):

diff -r 52de4b67437e -r 81f8aecc4841 Makefile
--- a/Makefile  Wed Aug 08 13:58:56 2012 +0000
+++ b/Makefile  Wed Aug 08 14:00:31 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.292 2012/04/21 08:28:00 veego Exp $
+#      $NetBSD: Makefile,v 1.293 2012/08/08 14:00:31 christos Exp $
 
 #
 # This is the top-level makefile for building NetBSD. For an outline of
@@ -256,8 +256,10 @@
 .if ${MKKMOD} != "no"
 BUILDTARGETS+= do-sys-modules
 .endif
+.if ${MKRUMP} != "no
 BUILDTARGETS+= do-sys-rump-dev-lib do-sys-rump-fs-lib
 BUILDTARGETS+= do-sys-rump-kern-lib do-sys-rump-net-lib
+.endif
 .if ${MKCOMPAT} != "no"
 BUILDTARGETS+= do-compat-lib-csu
 BUILDTARGETS+= do-compat-libgcc



Home | Main Index | Thread Index | Old Index