Source-Changes-HG archive

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

[src/trunk]: src/share/mk Update for new binutils location.



details:   https://anonhg.NetBSD.org/src/rev/782adb85e1c5
branches:  trunk
changeset: 748869:782adb85e1c5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 08 22:27:09 2009 +0000

description:
Update for new binutils location.

XXX Why is kmodule under binutils anyway?

diffstat:

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

diffs (20 lines):

diff -r 8375201bf4b1 -r 782adb85e1c5 share/mk/bsd.kmodule.mk
--- a/share/mk/bsd.kmodule.mk   Sun Nov 08 18:44:45 2009 +0000
+++ b/share/mk/bsd.kmodule.mk   Sun Nov 08 22:27:09 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.kmodule.mk,v 1.19 2009/04/10 16:16:12 apb Exp $
+#      $NetBSD: bsd.kmodule.mk,v 1.20 2009/11/08 22:27:09 skrll Exp $
 
 # We are not building this with PIE
 MKPIE=no
@@ -27,8 +27,8 @@
 DPSRCS+=       ${_YKMSRCS}
 CLEANFILES+=   ${_YKMSRCS}
 
-.if exists($S/../gnu/usr.bin/binutils/ld/xldscripts/kmodule)
-KMODSCRIPT=    $S/../gnu/usr.bin/binutils/ld/xldscripts/kmodule
+.if exists($S/../external/gpl3/binutils/usr.bin/ld/xldscripts/kmodule)
+KMODSCRIPT=    $S/../external/gpl3/binutils/usr.bin/ld/xldscripts/kmodule
 .else
 KMODSCRIPT=    ${DESTDIR}/usr/libdata/ldscripts/kmodule
 .endif



Home | Main Index | Thread Index | Old Index