[llvm-commits] CVS: llvm/Makefile
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Oct 21 13:09:03 PDT 2003
Changes in directory llvm:
Makefile updated: 1.12 -> 1.13
---
Log message:
Add tools-only target, for bootstrapping the C/C++ front end.
---
Diffs of the changes: (+3 -0)
Index: llvm/Makefile
diff -u llvm/Makefile:1.12 llvm/Makefile:1.13
--- llvm/Makefile:1.12 Mon Oct 20 17:26:51 2003
+++ llvm/Makefile Tue Oct 21 13:08:10 2003
@@ -22,6 +22,9 @@
$(LEVEL)/config.log \
$(LEVEL)/TAGS
+tools-only:
+ @for dir in lib/Support utils lib tools; do $(MAKE) -C $$dir; done
+
AUTOCONF = autoconf
AUTOHEADER = autoheader
More information about the llvm-commits
mailing list