From bfe042ffeae6b96bd5b59a4d54a7db15eb831c19 Mon Sep 17 00:00:00 2001 From: uwe Date: Mon, 15 Jan 2018 20:39:53 +0000 Subject: Restore formatting/indentation of the configure call in rebuildmake() to what it used to be. --- build.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 469b19c03e2..b1e58cc602b 100755 --- a/build.sh +++ b/build.sh @@ -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 @@ rebuildmake() 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 @@ createmakewrapper() eval cat <