summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 282aa28..cf64a4e 100644
--- a/Makefile
+++ b/Makefile
@@ -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),\