Add tools-only target, for bootstrapping the C/C++ front end.
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 21 Oct 2003 18:08:10 +0000 (18:08 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 21 Oct 2003 18:08:10 +0000 (18:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9341 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile

index ade36fb44f13d77be5c0e6653218b524204d6708..3c78ec3f92cae3d885669bf0b868e39d94c01357 100644 (file)
--- 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