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}
details: https://anonhg.NetBSD.org/src/rev/e83f630b5263
branches: trunk
changeset: 333639:e83f630b5263
user: christos <christos%NetBSD.org@localhost>
date: Wed Nov 12 02:50:01 2014 +0000
description:
use ${HOST_SH}
diffstat:
share/mk/bsd.kmodule.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3e3ebeda72a4 -r e83f630b5263 share/mk/bsd.kmodule.mk
--- a/share/mk/bsd.kmodule.mk Wed Nov 12 02:24:40 2014 +0000
+++ b/share/mk/bsd.kmodule.mk Wed Nov 12 02:50:01 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.kmodule.mk,v 1.47 2014/11/12 02:19:28 christos Exp $
+# $NetBSD: bsd.kmodule.mk,v 1.48 2014/11/12 02:50:01 christos Exp $
# We are not building this with PIE
MKPIE=no
@@ -162,7 +162,7 @@
${_MKTARGET_LINK}
.if ${MKLDSCRIPT} == "yes"
@rm -f ${KMODSCRIPT}
- @OBJDUMP=${OBJDUMP} $S/conf/mkldscript.sh ${KMODSCRIPTSRC} ${OBJS} \
+ @OBJDUMP=${OBJDUMP} ${HOST_SH} $S/conf/mkldscript.sh ${KMODSCRIPTSRC} ${OBJS} \
> ${KMODSCRIPT}
.endif
${CC} ${LDFLAGS} -nostdlib -r -Wl,-T,${KMODSCRIPT},-d \
Home |
Main Index |
Thread Index |
Old Index