diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 18:58:14 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-13 18:58:14 +0000 |
commit | 1026c163c82d4d3481548bf69a18ac10ebd728c6 (patch) | |
tree | a379f8a58f1934786033a55810790602a7a22cc3 /Makefile | |
parent | 2055bb31a5adba60719871bd4b1ec3bd45cb1f97 (diff) | |
download | external_llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.zip external_llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.tar.gz external_llvm-1026c163c82d4d3481548bf69a18ac10ebd728c6.tar.bz2 |
Revert unittests build changes temporarily, the unit test build isn't -j safe.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ ifeq ($(BUILD_DIRS_ONLY),1) OPTIONAL_DIRS := else DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \ - tools runtime docs unittests + tools runtime docs OPTIONAL_DIRS := examples projects bindings endif |