Source-Changes-HG archive

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

[src/trunk]: src/sys/modules Don't hard-code ../../ so that we can handle mul...



details:   https://anonhg.NetBSD.org/src/rev/0576a0355bfe
branches:  trunk
changeset: 752989:0576a0355bfe
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 13 22:06:30 2010 +0000

description:
Don't hard-code ../../ so that we can handle multi-level modules (dtrace)

diffstat:

 sys/modules/Makefile.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r c8b0ef95c018 -r 0576a0355bfe sys/modules/Makefile.inc
--- a/sys/modules/Makefile.inc  Sat Mar 13 22:05:49 2010 +0000
+++ b/sys/modules/Makefile.inc  Sat Mar 13 22:06:30 2010 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: Makefile.inc,v 1.1 2008/01/16 12:34:56 ad Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2010/03/13 22:06:30 christos Exp $
 
-S!=            cd ${.CURDIR}/../..;pwd
+S!=            cd ${.PARSEDIR}/..;pwd
 CPPFLAGS+=     -I${NETBSDSRCDIR}/common/include
 USE_FORT=      no
 WARNS?=                1



Home | Main Index | Thread Index | Old Index