Source-Changes-HG archive

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

[src/trunk]: src Restore formatting/indentation of the configure call in rebu...



details:   https://anonhg.NetBSD.org/src/rev/29f9017f91d7
branches:  trunk
changeset: 829057:29f9017f91d7
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Jan 15 20:39:53 2018 +0000

description:
Restore formatting/indentation of the configure call in rebuildmake()
to what it used to be.

diffstat:

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

diffs (35 lines):

diff -r 35a417ed40fe -r 29f9017f91d7 build.sh
--- a/build.sh  Mon Jan 15 20:14:49 2018 +0000
+++ b/build.sh  Mon Jan 15 20:39:53 2018 +0000
@@ -1,5 +1,5 @@
 #! /usr/bin/env sh
-#      $NetBSD: build.sh,v 1.322 2018/01/15 19:52:54 uwe Exp $
+#      $NetBSD: build.sh,v 1.323 2018/01/15 20:39:53 uwe Exp $
 #
 # Copyright (c) 2001-2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1661,13 +1661,8 @@
 
        statusmsg "Bootstrapping ${toolprefix}make"
        ${runcmd} cd "${tmpdir}"
-       ${runcmd} env \
-\
-CC="${HOST_CC-cc}" \
-CPPFLAGS="${HOST_CPPFLAGS}" \
-CFLAGS="${HOST_CFLAGS--O}" \
-LDFLAGS="${HOST_LDFLAGS}" \
-\
+       ${runcmd} env CC="${HOST_CC-cc}" CPPFLAGS="${HOST_CPPFLAGS}" \
+               CFLAGS="${HOST_CFLAGS--O}" LDFLAGS="${HOST_LDFLAGS}" \
            ${HOST_SH} "${TOP}/tools/make/configure" ||
        ( cp ${tmpdir}/config.log ${tmpdir}-config.log
              bomb "Configure of ${toolprefix}make failed, see ${tmpdir}-config.log for details" )
@@ -1938,7 +1933,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.322 2018/01/15 19:52:54 uwe Exp $
+# Generated from:  \$NetBSD: build.sh,v 1.323 2018/01/15 20:39:53 uwe Exp $
 # with these arguments: ${_args}
 #
 



Home | Main Index | Thread Index | Old Index