From c536545a4373e0cbf2f7ab1804b64741fb5aa2ff Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 21 Oct 2003 18:08:10 +0000 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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