Author: chandlerc
Date: Thu Aug  9 16:02:52 2012
New Revision: 161618

URL: http://llvm.org/viewvc/llvm-project?rev=161618&view=rev
Log:
Temporarily revert r161612 while we figure out just what the semantics
of PARALLEL_DIRS are. They apparantly aren't what either Nick, Eric, or
I thought. ;] Should let the bots make forward progress.

Modified:
    cfe/trunk/tools/Makefile

Modified: cfe/trunk/tools/Makefile
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/tools/Makefile?rev=161618&r1=161617&r2=161618&view=diff
==============================================================================
--- cfe/trunk/tools/Makefile (original)
+++ cfe/trunk/tools/Makefile Thu Aug  9 16:02:52 2012
@@ -11,13 +11,10 @@
 
 include $(CLANG_LEVEL)/../../Makefile.config
 
-# Build libclang first so that other tools can depend on it.
-DIRS := libclang
-
-PARALLEL_DIRS := driver c-index-test arcmt-test c-arcmt-test diagtool \
-                                                                clang-check
+DIRS := driver libclang c-index-test arcmt-test c-arcmt-test diagtool \
+        clang-check
 
 # Recurse into the extra repository of tools if present.
-PARALLEL_OPTIONAL_DIRS := extra
+OPTIONAL_DIRS := extra
 
 include $(CLANG_LEVEL)/Makefile


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to