summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-10-21 18:08:10 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-10-21 18:08:10 +0000
commitc536545a4373e0cbf2f7ab1804b64741fb5aa2ff (patch)
tree7ca6019b546267877f6799553249b1adbe590233 /Makefile
parent48c9cb6fd7cd68f861b888f702e4a06d25b3c20c (diff)
downloadllvm-c536545a4373e0cbf2f7ab1804b64741fb5aa2ff.tar.gz
llvm-c536545a4373e0cbf2f7ab1804b64741fb5aa2ff.tar.bz2
llvm-c536545a4373e0cbf2f7ab1804b64741fb5aa2ff.tar.xz
Add tools-only target, for bootstrapping the C/C++ front end.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9341 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ade36fb44f..3c78ec3f92 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ distclean:: clean
$(LEVEL)/config.log \
$(LEVEL)/TAGS
+tools-only:
+ @for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done
+
AUTOCONF = autoconf
AUTOHEADER = autoheader