Source-Changes-HG archive

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

[src/trunk]: src Don't need to set NORUMPUSER since rumpuser isn't built from...



details:   https://anonhg.NetBSD.org/src/rev/fda7973f5424
branches:  trunk
changeset: 752459:fda7973f5424
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Feb 26 18:57:06 2010 +0000

description:
Don't need to set NORUMPUSER since rumpuser isn't built from sys
anymore.

diffstat:

 build.sh |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 66b0f99deea3 -r fda7973f5424 build.sh
--- a/build.sh  Fri Feb 26 18:54:20 2010 +0000
+++ b/build.sh  Fri Feb 26 18:57:06 2010 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.228 2010/01/13 02:24:06 pooka Exp $
+#      $NetBSD: build.sh,v 1.229 2010/02/26 18:57:06 pooka Exp $
 #
 # Copyright (c) 2001-2009 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1352,7 +1352,7 @@
        eval cat <<EOF ${makewrapout}
 #! ${HOST_SH}
 # Set proper variables to allow easy "make" building of a NetBSD subtree.
-# Generated from:  \$NetBSD: build.sh,v 1.228 2010/01/13 02:24:06 pooka Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.229 2010/02/26 18:57:06 pooka Exp $
 # with these arguments: ${_args}
 #
 
@@ -1569,7 +1569,6 @@
 
        [ "${MKUPDATE}" = "no" ] && doclean="cleandir"
        targlist="${doclean} ${doobjs} dependall install"
-       setmakeenv NORUMPUSER 1
        # optimize: for test we build only static libs (3x test speedup)
        if [ "${1}" = "rumptest" ] ; then
                setmakeenv NOPIC 1



Home | Main Index | Thread Index | Old Index