Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets sh -> ${HOST_SH}



details:   https://anonhg.NetBSD.org/src/rev/24d759008508
branches:  trunk
changeset: 749820:24d759008508
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Dec 10 05:57:23 2009 +0000

description:
sh -> ${HOST_SH}

diffstat:

 distrib/sets/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b371b94cf6cb -r 24d759008508 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Thu Dec 10 05:15:28 2009 +0000
+++ b/distrib/sets/Makefile     Thu Dec 10 05:57:23 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.74 2009/12/10 05:15:28 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.75 2009/12/10 05:57:23 uebayasi Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -68,7 +68,7 @@
        @echo "${TOOLCHAIN_MISSING}"
 
 print_mkvars: .PHONY
-       @env SETS_SUBR_DEBUG=dumpmkvars sh sets.subr
+       @env SETS_SUBR_DEBUG=dumpmkvars ${HOST_SH} sets.subr
 
 #
 # METALOG MANIPULATION TARGETS



Home | Main Index | Thread Index | Old Index