1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-27 00:55:06 +03:00

fixed tmp dir deletion in make clean

This commit is contained in:
jlmitch5 2015-10-05 15:24:43 -04:00 committed by John Mitchell
parent 8cfe02f5fb
commit 6883d70805

View File

@ -202,7 +202,8 @@ clean-bundle:
clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer clean-bundle
rm -rf awx/lib/site-packages
rm -rf dist/*
rm -rf tmp/*
rm -rf tmp
mkdir tmp
rm -rf build $(NAME)-$(VERSION) *.egg-info
find . -type f -regex ".*\.py[co]$$" -delete