Split StringMapEntry construction out of StringMap, into StringMapEntry.
[oota-llvm.git] / Makefile
index c45ac976ddf0e75e1c4e3657d64b0a8c8e910de7..8f16ce2e7b330bc94cee2c336298ce7cfde5c9fc 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,13 +40,6 @@ ifeq ($(MAKECMDGOALS),tools-only)
   OPTIONAL_DIRS :=
 endif
 
-# Don't install utils, examples, or projects they are only used to 
-# build LLVM.
-ifeq ($(MAKECMDGOALS),install)
-  DIRS := $(filter-out utils, $(DIRS))
-  OPTIONAL_DIRS :=
-endif
-
 # Include the main makefile machinery.
 include $(LLVM_SRC_ROOT)/Makefile.rules
 
@@ -117,4 +110,10 @@ srpm: $(LLVM_OBJ_ROOT)/llvm.spec
 rpm: $(LLVM_OBJ_ROOT)/llvm.spec 
        rpmbuild -bb --target $(TARGET_TRIPLE) $(LLVM_OBJ_ROOT)/llvm.spec
 
+show-footprint:
+       $(Verb) du -sk $(LibDir)
+       $(Verb) du -sk $(ToolDir)
+       $(Verb) du -sk $(ExmplDir)
+       $(Verb) du -sk $(ObjDir)
+
 .PHONY: srpm rpm