new make target: distclean

This commit is contained in:
Dmitry Pyzhov 2012-12-10 16:32:05 +04:00 committed by default
parent 8fbfbf9c39
commit 78180e2b1f

View File

@ -36,6 +36,8 @@ clean:
deep_clean: clean
rm -rf $(LOCAL_MIRROR)
distclean: deep_clean clean-integration-test
assert-variable=$(if $($1),,$(error Variable $1 need to be defined))
find-files=$(shell test -d $1 && cd $1 && find * -type f 2> /dev/null)