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
This commit is contained in:
Brian Gaeke 2003-10-21 18:08:10 +00:00
parent 48c9cb6fd7
commit c536545a43

View File

@ -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