Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/llvm/lib Invert def/undef condition to make LLV...



details:   https://anonhg.NetBSD.org/src/rev/957eb96c7a61
branches:  trunk
changeset: 767067:957eb96c7a61
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jul 07 21:46:50 2011 +0000

description:
Invert def/undef condition to make LLVM_DEVELOPER=yes work as expected.

diffstat:

 external/bsd/llvm/lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e55ac7bb03a4 -r 957eb96c7a61 external/bsd/llvm/lib/Makefile
--- a/external/bsd/llvm/lib/Makefile    Thu Jul 07 19:29:58 2011 +0000
+++ b/external/bsd/llvm/lib/Makefile    Thu Jul 07 21:46:50 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2011/07/05 19:37:11 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2011/07/07 21:46:50 joerg Exp $
 
 .include <bsd.own.mk>
 
@@ -55,7 +55,7 @@
        libLLVMX86TargetInfo \
        libLLVMX86Utils
 
-.if ${NO_LLVM_DEVELOPER:Dno} == "yes" && ${LLVM_DEVELOPER:U} == "yes"
+.if ${NO_LLVM_DEVELOPER:Uno} == "no" && ${LLVM_DEVELOPER:U} == "yes"
 SUBDIR+= \
        libLLVMArchive \
        libLLVMCBackend \



Home | Main Index | Thread Index | Old Index