Skip to content
Snippets Groups Projects
Commit 99a1e6b6 authored by Reid Spencer's avatar Reid Spencer
Browse files

Add a show-footprint target to run du a few times to show how much disk

space a build tree's objects are consuming.

llvm-svn: 33934
parent 51c0fb9e
No related branches found
No related tags found
No related merge requests found
...@@ -110,4 +110,10 @@ srpm: $(LLVM_OBJ_ROOT)/llvm.spec ...@@ -110,4 +110,10 @@ srpm: $(LLVM_OBJ_ROOT)/llvm.spec
rpm: $(LLVM_OBJ_ROOT)/llvm.spec rpm: $(LLVM_OBJ_ROOT)/llvm.spec
rpmbuild -bb --target $(TARGET_TRIPLE) $(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 .PHONY: srpm rpm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment