From: Brian Gaeke Date: Tue, 21 Oct 2003 18:08:10 +0000 (+0000) Subject: Add tools-only target, for bootstrapping the C/C++ front end. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c536545a4373e0cbf2f7ab1804b64741fb5aa2ff;p=oota-llvm.git 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 --- diff --git a/Makefile b/Makefile index ade36fb44f1..3c78ec3f92c 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