mirror of
https://github.com/ansible/awx.git
synced 2026-03-21 02:47:35 -02:30
Merge pull request #5396 from wenottingham/even-cleaner
Clean up some stuff in awxkit with `make clean` Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
5
Makefile
5
Makefile
@@ -100,7 +100,7 @@ clean-languages:
|
|||||||
find . -type f -regex ".*\.mo$$" -delete
|
find . -type f -regex ".*\.mo$$" -delete
|
||||||
|
|
||||||
# Remove temporary build files, compiled Python files.
|
# Remove temporary build files, compiled Python files.
|
||||||
clean: clean-ui clean-api clean-dist
|
clean: clean-ui clean-api clean-awxkit clean-dist
|
||||||
rm -rf awx/public
|
rm -rf awx/public
|
||||||
rm -rf awx/lib/site-packages
|
rm -rf awx/lib/site-packages
|
||||||
rm -rf awx/job_status
|
rm -rf awx/job_status
|
||||||
@@ -117,6 +117,9 @@ clean-api:
|
|||||||
rm -f awx/awx_test.sqlite3*
|
rm -f awx/awx_test.sqlite3*
|
||||||
rm -rf requirements/vendor
|
rm -rf requirements/vendor
|
||||||
|
|
||||||
|
clean-awxkit:
|
||||||
|
rm -rf awxkit/*.egg-info awxkit/.tox
|
||||||
|
|
||||||
# convenience target to assert environment variables are defined
|
# convenience target to assert environment variables are defined
|
||||||
guard-%:
|
guard-%:
|
||||||
@if [ "$${$*}" = "" ]; then \
|
@if [ "$${$*}" = "" ]; then \
|
||||||
|
|||||||
Reference in New Issue
Block a user