Module Name:    src
Committed By:   martin
Date:           Fri Nov  1 10:00:52 UTC 2013

Modified Files:
        src/etc: Makefile.params

Log Message:
If HOST_SH is not defined, use sh to parse osrelease.sh


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/etc/Makefile.params

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/etc/Makefile.params
diff -u src/etc/Makefile.params:1.5 src/etc/Makefile.params:1.6
--- src/etc/Makefile.params:1.5	Fri Nov  1 06:22:24 2013
+++ src/etc/Makefile.params	Fri Nov  1 10:00:51 2013
@@ -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 @@ RELEASEVARS=	BSDOBJDIR BSDSRCDIR BUILDID
 # 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
 
 #

Reply via email to