Source-Changes-HG archive

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

[src/trunk]: src Simplify.



details:   https://anonhg.NetBSD.org/src/rev/0623b8682dc5
branches:  trunk
changeset: 826880:0623b8682dc5
user:      maya <maya%NetBSD.org@localhost>
date:      Tue Oct 03 11:02:36 2017 +0000

description:
Simplify.

diffstat:

 build.sh |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 87ba1cee67fe -r 0623b8682dc5 build.sh
--- a/build.sh  Tue Oct 03 10:59:04 2017 +0000
+++ b/build.sh  Tue Oct 03 11:02:36 2017 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.318 2017/10/03 10:59:04 maya Exp $
+#      $NetBSD: build.sh,v 1.319 2017/10/03 11:02:36 maya Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1443,8 +1443,9 @@
        esac
 
        if [ ${MKX11-no} = "yes" ]; then
-               test -d ${X11SRCDIR-../xsrc} || \
-               test -d ${X11SRCDIR-/usr/xsrc} || \
+               test -d ../xsrc || \
+               test -d /usr/xsrc || \
+               test -d "${X11SRCDIR}" || \
                bomb "Asked to build X11 but no xsrc"
        fi
 }
@@ -1900,7 +1901,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.318 2017/10/03 10:59:04 maya Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.319 2017/10/03 11:02:36 maya Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index