mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
GH #36: 'distclean' requires 3 traversals of project tree
This commit is contained in:
parent
5970207b06
commit
574be1aef9
4
Makefile
4
Makefile
@ -234,6 +234,4 @@ clean:
|
||||
|
||||
distclean:
|
||||
rm -rf $(POCO_BUILD)/lib
|
||||
find $(POCO_BUILD) -name obj -type d -print0 | xargs -0 rm -rf
|
||||
find $(POCO_BUILD) -name .dep -type d -print0 | xargs -0 rm -rf
|
||||
find $(POCO_BUILD) -name bin -type d -print0 | xargs -0 rm -rf
|
||||
find $(POCO_BUILD) \( -name bin -o -name .dep -o -name obj \) -type d -print0 | xargs -0 rm -rf
|
||||
|
Loading…
Reference in New Issue
Block a user