From ff8dd02f4962e10a77e0790eacd2bd433f623b93 Mon Sep 17 00:00:00 2001 From: Manuel Messner Date: Tue, 20 Feb 2018 13:40:55 +0100 Subject: Makefile: clean_except_last: fix spacing --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3-55-g7522