From 6f71e24859be3b72414cdf9b20bb03fe48465011 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Thu, 9 Aug 2012 21:02:52 +0000 Subject: [PATCH] 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. llvm-svn: 161618 --- clang/tools/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/clang/tools/Makefile b/clang/tools/Makefile index 0bae772a97a7..e7aa2fa4ffa0 100644 --- a/clang/tools/Makefile +++ b/clang/tools/Makefile @@ -11,13 +11,10 @@ CLANG_LEVEL := .. 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