summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorManuel Messner2018-02-20 13:40:55 +0100
committerManuel Messner2018-02-20 13:40:55 +0100
commitff8dd02f4962e10a77e0790eacd2bd433f623b93 (patch)
tree20397125e510d32e38c16d14721aec7e527da6a3 /Makefile
parentMakefile: boot: reindent ifs (diff)
downloadpacker-templates-ff8dd02f4962e10a77e0790eacd2bd433f623b93.tar.gz
packer-templates-ff8dd02f4962e10a77e0790eacd2bd433f623b93.tar.xz
packer-templates-ff8dd02f4962e10a77e0790eacd2bd433f623b93.zip
Makefile: clean_except_last: fix spacing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 8f28d26..8d414ed 100644
--- a/Makefile
+++ b/Makefile
@@ -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: