Source-Changes-HG archive

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

[src/trunk]: src/etc HOST_SH is defined in bsd.sys.mk, so we need to include ...



details:   https://anonhg.NetBSD.org/src/rev/fcca54e0fe1f
branches:  trunk
changeset: 791034:fcca54e0fe1f
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Nov 01 11:09:05 2013 +0000

description:
HOST_SH is defined in bsd.sys.mk, so we need to include that
as well as bsd.own.mk.  Revert previous use of ${HOST_SH:Ush}.

diffstat:

 etc/Makefile.params |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 45adcbdb195f -r fcca54e0fe1f etc/Makefile.params
--- a/etc/Makefile.params       Fri Nov 01 10:00:51 2013 +0000
+++ b/etc/Makefile.params       Fri Nov 01 11:09:05 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.params,v 1.6 2013/11/01 10:00:51 martin Exp $
+#      $NetBSD: Makefile.params,v 1.7 2013/11/01 11:09:05 apb Exp $
 #
 # Makefile fragment for printing build parameters.
 #
@@ -35,7 +35,8 @@
 #              @${PRINT_PARAMS}
 #
 
-.include <bsd.own.mk>
+.include <bsd.own.mk>  # for some variables
+.include <bsd.sys.mk>  # for more variables
 
 RELEASEVARS=   BSDOBJDIR BSDSRCDIR BUILDID \
                DESTDIR DISTRIBVER EXTERNAL_TOOLCHAIN HAVE_GCC HAVE_GDB \
@@ -68,7 +69,7 @@
 # Duplicate the DISTRIBVER setting from src/etc/Makefile.
 #
 .ifndef DISTRIBVER
-DISTRIBVER!=   ${HOST_SH:Ush} ${NETBSDSRCDIR}/sys/conf/osrelease.sh
+DISTRIBVER!=   ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh
 .endif
 
 #



Home | Main Index | Thread Index | Old Index