Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Use a different switch to explicitly disable developer-only ...
details: https://anonhg.NetBSD.org/src/rev/a7380012b2bc
branches: trunk
changeset: 766978:a7380012b2bc
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jul 05 17:15:51 2011 +0000
description:
Use a different switch to explicitly disable developer-only libraries
for the toolchain build.
diffstat:
external/bsd/llvm/lib/Makefile | 4 ++--
tools/llvm-lib/Makefile | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r faea31554dae -r a7380012b2bc external/bsd/llvm/lib/Makefile
--- a/external/bsd/llvm/lib/Makefile Tue Jul 05 17:06:10 2011 +0000
+++ b/external/bsd/llvm/lib/Makefile Tue Jul 05 17:15:51 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2011/07/05 14:15:56 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2011/07/05 17:15:51 joerg Exp $
.include <bsd.own.mk>
@@ -44,7 +44,7 @@
libLLVMX86TargetInfo \
libLLVMX86Utils
-.if ${LLVM_DEVELOPER:U} == "yes"
+.if ${NO_LLVM_DEVELOPER:Dno} == "yes" && ${LLVM_DEVELOPER:U} == "yes"
SUBDIR+= \
libLLVMArchive \
libLLVMCBackend \
diff -r faea31554dae -r a7380012b2bc tools/llvm-lib/Makefile
--- a/tools/llvm-lib/Makefile Tue Jul 05 17:06:10 2011 +0000
+++ b/tools/llvm-lib/Makefile Tue Jul 05 17:15:51 2011 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2011/02/06 01:14:12 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2011/07/05 17:15:51 joerg Exp $
.include <bsd.init.mk>
-LLVM_DEVELOPER= no
+NO_LLVM_DEVELOPER= yes
.include "${.PARSEDIR}/../llvm/Makefile.inc"
Home |
Main Index |
Thread Index |
Old Index