Source-Changes-HG archive

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

[src/trunk]: src/tools Use ${NETBSDSRCDIR} for deep tools/* directories.



details:   https://anonhg.NetBSD.org/src/rev/2b107d22b334
branches:  trunk
changeset: 749511:2b107d22b334
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Dec 01 09:08:25 2009 +0000

description:
Use ${NETBSDSRCDIR} for deep tools/* directories.

diffstat:

 tools/Makefile.host |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 366488f05aea -r 2b107d22b334 tools/Makefile.host
--- a/tools/Makefile.host       Tue Dec 01 09:06:16 2009 +0000
+++ b/tools/Makefile.host       Tue Dec 01 09:08:25 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.host,v 1.24 2008/10/19 19:38:55 apb Exp $
+#      $NetBSD: Makefile.host,v 1.25 2009/12/01 09:08:25 uebayasi Exp $
 
 NOINFO=                # defined
 NOLINT=                # defined
@@ -7,7 +7,7 @@
 .include <bsd.own.mk>
 
 .ifndef NOCOMPATLIB
-COMPATOBJ!=    cd ${.CURDIR}/../compat && ${PRINTOBJDIR}
+COMPATOBJ!=    cd ${NETBSDSRCDIR}/compat && ${PRINTOBJDIR}
 .-include      "${COMPATOBJ}/defs.mk"
 .endif
 
@@ -18,7 +18,7 @@
 .endfor
 
 # Switch over to the "real" Makefile.
-.PROGDIR:=     ${.CURDIR}/../../${HOST_SRCDIR}
+.PROGDIR:=     ${NETBSDSRCDIR}/${HOST_SRCDIR}
 _CURDIR:=      ${.CURDIR}
 HOSTPROG?=     ${PROG}
 



Home | Main Index | Thread Index | Old Index