Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc If HOST_SH is not defined, use sh to parse osrelease.sh
details: https://anonhg.NetBSD.org/src/rev/45adcbdb195f
branches: trunk
changeset: 791033:45adcbdb195f
user: martin <martin%NetBSD.org@localhost>
date: Fri Nov 01 10:00:51 2013 +0000
description:
If HOST_SH is not defined, use sh to parse osrelease.sh
diffstat:
etc/Makefile.params | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 48a11265eebd -r 45adcbdb195f etc/Makefile.params
--- a/etc/Makefile.params Fri Nov 01 07:53:34 2013 +0000
+++ b/etc/Makefile.params Fri Nov 01 10:00:51 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.params,v 1.5 2013/11/01 06:22:24 apb Exp $
+# $NetBSD: Makefile.params,v 1.6 2013/11/01 10:00:51 martin Exp $
#
# Makefile fragment for printing build parameters.
#
@@ -68,7 +68,7 @@
# Duplicate the DISTRIBVER setting from src/etc/Makefile.
#
.ifndef DISTRIBVER
-DISTRIBVER!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh
+DISTRIBVER!= ${HOST_SH:Ush} ${NETBSDSRCDIR}/sys/conf/osrelease.sh
.endif
#
Home |
Main Index |
Thread Index |
Old Index