Source-Changes-HG archive

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

[src/trunk]: src/share/mk add -t to mkldscript



details:   https://anonhg.NetBSD.org/src/rev/a062845dce78
branches:  trunk
changeset: 803794:a062845dce78
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 12 13:24:34 2014 +0000

description:
add -t to mkldscript

diffstat:

 share/mk/bsd.kmodule.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 67ce03fd3fc9 -r a062845dce78 share/mk/bsd.kmodule.mk
--- a/share/mk/bsd.kmodule.mk   Wed Nov 12 13:23:41 2014 +0000
+++ b/share/mk/bsd.kmodule.mk   Wed Nov 12 13:24:34 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.kmodule.mk,v 1.48 2014/11/12 02:50:01 christos Exp $
+#      $NetBSD: bsd.kmodule.mk,v 1.49 2014/11/12 13:24:34 christos Exp $
 
 # We are not building this with PIE
 MKPIE=no
@@ -109,7 +109,7 @@
 ${PROG}: ${XOBJS} ${XSRCS} ${DPSRCS} ${DPADD}
        ${_MKTARGET_LINK}
 .if ${MKLDSCRIPT} == "yes"
-       $S/conf/mkldscript.sh ${KMODSCRIPTSRC} ${XOBJS} > ${KMODSCRIPT}
+       $S/conf/mkldscript.sh -t ${KMODSCRIPTSRC} ${XOBJS} > ${KMODSCRIPT}
 .endif
        ${CC} ${LDFLAGS} -nostdlib -MD -combine -r -Wl,-T,${KMODSCRIPT},-d \
                -Wl,-Map=${.TARGET}.map \



Home | Main Index | Thread Index | Old Index