mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 12:41:19 -03:30
fixed tmp dir deletion in make clean
This commit is contained in:
parent
6353277a16
commit
9fe710d01a
3
Makefile
3
Makefile
@ -203,7 +203,8 @@ clean: clean-rpm clean-deb clean-grunt clean-ui clean-tar clean-packer clean-bun
|
||||
rm -rf awx/lib/site-packages
|
||||
rm- rf awx/lib/.deps_built
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user