diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -156,10 +156,10 @@ clean_except_last: @-$(foreach template,$(TEMPLATES),\ $(foreach flavor,$(FLAVORS),\ test -d $(template) && \ - find $(template)/* -maxdepth 0 -type d \ - -not -name base \ - -not -wholename $(template)/$$(readlink $(template)/$(flavor).latest) \ - -print0 | xargs -0 rm -rf);) + find $(template)/* -maxdepth 0 -type d \ + -not -name base \ + -not -wholename $(template)/$$(readlink $(template)/$(flavor).latest) \ + -print0 | xargs -0 rm -rf);) clean_bases: |