Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/build mk/build/build.mk: use SH for the shell in bu...
details: https://anonhg.NetBSD.org/pkgsrc/rev/18404a1bc46e
branches: trunk
changeset: 434205:18404a1bc46e
user: rillig <rillig%pkgsrc.org@localhost>
date: Fri Jun 12 17:33:23 2020 +0000
description:
mk/build/build.mk: use SH for the shell in build-env
Providing a realistic build environment has priority over having a
convenient shell with auto-completion and all the likes.
diffstat:
mk/build/build.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r fa81880c1752 -r 18404a1bc46e mk/build/build.mk
--- a/mk/build/build.mk Fri Jun 12 17:24:02 2020 +0000
+++ b/mk/build/build.mk Fri Jun 12 17:33:23 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.33 2020/04/25 21:36:17 rillig Exp $
+# $NetBSD: build.mk,v 1.34 2020/06/12 17:33:23 rillig Exp $
#
# This file defines what happens in the build phase, excluding the
# self-test, which is defined in test.mk.
@@ -202,11 +202,11 @@
# BUILD_ENV_SHELL
# The shell to start.
#
-# Default: ${SHELL}, fallback ${SH}
+# Default: ${SH}, to realistically match the build environment.
#
# Keywords: debug build
-BUILD_ENV_SHELL?= ${SHELL:U${SH}}
+BUILD_ENV_SHELL?= ${SH}
build-env: .PHONY ${_PKGSRC_BARRIER:Ubarrier:D_build-env}
_build-env: .PHONY configure
@${STEP_MSG} "Entering the build environment for ${PKGNAME}"
Home |
Main Index |
Thread Index |
Old Index