1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add tools-only target, for bootstrapping the C/C++ front end.

llvm-svn: 9341
This commit is contained in:
Brian Gaeke 2003-10-21 18:08:10 +00:00
parent d4cc219d3a
commit 00bff0d606

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