Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libppath Invoke a shell script via ${HOST_SH} rath...



details:   https://anonhg.NetBSD.org/src/rev/4313d5472d67
branches:  trunk
changeset: 772896:4313d5472d67
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 20 15:06:47 2012 +0000

description:
Invoke a shell script via ${HOST_SH} rather than assuming exec bits.

diffstat:

 tests/lib/libppath/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b1812aa6bf67 -r 4313d5472d67 tests/lib/libppath/Makefile
--- a/tests/lib/libppath/Makefile       Fri Jan 20 15:00:27 2012 +0000
+++ b/tests/lib/libppath/Makefile       Fri Jan 20 15:06:47 2012 +0000
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2011/08/27 18:55:52 dyoung Exp $
+# $Id: Makefile,v 1.3 2012/01/20 15:06:47 tsutsui Exp $
 
 .include <bsd.own.mk>
 
@@ -16,7 +16,7 @@
        echo "extern const char " ${.TARGET:S,.h$,,} "[];" > ${.TARGET}
 
 .plist.c:
-       ${.CURDIR}/plist_to_c ${.TARGET:S,.c$,,} < ${.IMPSRC} > ${.TARGET}
+       ${HOST_SH} ${.CURDIR}/plist_to_c ${.TARGET:S,.c$,,} < ${.IMPSRC} > ${.TARGET}
 
 CLEANFILES+=personnel.c personnel.h
 



Home | Main Index | Thread Index | Old Index