Fix Makefile
This patch sets fixes the make clean target as it currently attempts to delete the generated */charts up the parents, where the directory is guaranteed to be non-empty. Change-Id: I6575cb9e1e7da8b6c690e433418d1115130e0eff
This commit is contained in:
parent
c65961ccfe
commit
f15f709266
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ clean:
|
|||||||
rm -f */templates/_globals.tpl
|
rm -f */templates/_globals.tpl
|
||||||
rm -f *tgz */charts/*tgz
|
rm -f *tgz */charts/*tgz
|
||||||
rm -f */requirements.lock
|
rm -f */requirements.lock
|
||||||
-rmdir -p */charts
|
-rm -rf */charts
|
||||||
|
|
||||||
pull-all-images:
|
pull-all-images:
|
||||||
@./tools/pull-images.sh
|
@./tools/pull-images.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user