Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/llvm Replace NETBSDSRCDIR with .PARSEDIR based logic h...
details: https://anonhg.NetBSD.org/src/rev/210467d31f08
branches: trunk
changeset: 785049:210467d31f08
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Feb 19 18:02:41 2013 +0000
description:
Replace NETBSDSRCDIR with .PARSEDIR based logic here. bsd.own.mk is
included too early in the tools build, but not including it fails for
standalaone builds.
diffstat:
tools/llvm/Makefile.inc | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (11 lines):
diff -r e5aaf1e3503d -r 210467d31f08 tools/llvm/Makefile.inc
--- a/tools/llvm/Makefile.inc Tue Feb 19 17:43:32 2013 +0000
+++ b/tools/llvm/Makefile.inc Tue Feb 19 18:02:41 2013 +0000
@@ -1,5 +1,3 @@
-# $NetBSD: Makefile.inc,v 1.2 2013/02/18 20:30:16 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.3 2013/02/19 18:02:41 joerg Exp $
-.include <bsd.own.mk>
-
-LLVM_TOPLEVEL= ${NETBSDSRCDIR}/external/bsd/llvm
+LLVM_TOPLEVEL:= ${.PARSEDIR}/../../external/bsd/llvm
Home |
Main Index |
Thread Index |
Old Index