Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk use ${HOST_SH} instead of sh
details: https://anonhg.NetBSD.org/src/rev/d030a177091b
branches: trunk
changeset: 554214:d030a177091b
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Oct 26 03:29:44 2003 +0000
description:
use ${HOST_SH} instead of sh
diffstat:
share/mk/bsd.lib.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e0cc8a076fc4 -r d030a177091b share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk Sun Oct 26 03:12:21 2003 +0000
+++ b/share/mk/bsd.lib.mk Sun Oct 26 03:29:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.lib.mk,v 1.238 2003/10/21 10:01:21 lukem Exp $
+# $NetBSD: bsd.lib.mk,v 1.239 2003/10/26 03:29:44 lukem Exp $
# @(#)bsd.lib.mk 8.3 (Berkeley) 4/22/94
.include <bsd.init.mk>
@@ -34,7 +34,7 @@
exists(${NETBSDSRCDIR}/lib/checkver)
checkver:
@(cd ${.CURDIR} && \
- sh ${NETBSDSRCDIR}/lib/checkver -v ${SHLIB_VERSION_FILE} \
+ ${HOST_SH} ${NETBSDSRCDIR}/lib/checkver -v ${SHLIB_VERSION_FILE} \
-d ${DESTDIR}${_LIBSODIR} ${LIB})
.endif
.endif
Home |
Main Index |
Thread Index |
Old Index