forked from OSchip/llvm-project
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
This commit is contained in:
parent
51c0fb9e48
commit
99a1e6b6eb
|
@ -110,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
|
||||
|
|
Loading…
Reference in New Issue