[cfe-commits] r161618 - /cfe/trunk/tools/Makefile
Chandler Carruth
chandlerc at gmail.com
Thu Aug 9 14:02:53 PDT 2012
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
More information about the cfe-commits
mailing list