[llvm-branch-commits] [cfe-branch] r151619 - /cfe/branches/Apple/palisade-IB/ClangBNI.mk

Daniel Dunbar daniel at zuster.org
Mon Feb 27 20:24:55 PST 2012


Author: ddunbar
Date: Mon Feb 27 22:24:55 2012
New Revision: 151619

URL: http://llvm.org/viewvc/llvm-project?rev=151619&view=rev
Log:
build: Revert automatic order file generation during build while I sort out remaining kinks.

Modified:
    cfe/branches/Apple/palisade-IB/ClangBNI.mk

Modified: cfe/branches/Apple/palisade-IB/ClangBNI.mk
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/Apple/palisade-IB/ClangBNI.mk?rev=151619&r1=151618&r2=151619&view=diff
==============================================================================
--- cfe/branches/Apple/palisade-IB/ClangBNI.mk (original)
+++ cfe/branches/Apple/palisade-IB/ClangBNI.mk Mon Feb 27 22:24:55 2012
@@ -401,7 +401,7 @@
 	$(_v) find $(DSTROOT) -name \*.dSYM -print | xargs rm -r
 	$(_v)- $(CHOWN) -R root:wheel $(DSTROOT) $(SYMROOT)
 
-build-clang: build-clang_final_ordered
+build-clang: build-clang_final
 
 build-clang_final: configure-clang_final
 	$(_v) for arch in $(RC_ARCHS) ; do \





More information about the llvm-branch-commits mailing list