diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -156,9 +156,7 @@ clean_except_last: find $(template)/* -maxdepth 0 -type d \ -not -name base \ -not -wholename $(template)/$$(readlink $(template)/$(flavor).latest) \ - -print0 | xargs -0 rm -rf \ - );\ - ) + -print0 | xargs -0 rm -rf);) clean_bases: @-$(foreach template,$(TEMPLATES),\ |