From: Mark Wooding Date: Wed, 19 Dec 2018 12:37:39 +0000 (+0000) Subject: Makefile: Use `SED' as the build-step label when hacking setup scripts. X-Git-Url: https://git.distorted.org.uk/~mdw/mdw-cross/commitdiff_plain/041e59882b06d8004232cfe686bc90f8c642f7f3 Makefile: Use `SED' as the build-step label when hacking setup scripts. Also, introduce a line break to match future additions. --- diff --git a/Makefile b/Makefile index a1588d2..055b40c 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,8 @@ setup-flavour = $($1_FLAVOUR) $(SETUPS): etc/%-setup.sh: $$(call setup-flavour,$$*)-setup.sh.in Makefile $(V_AT)mkdir -p $(dir $@) - $(call v_tag,GEN)sed 's/@arch@/$($*_ARCH)/g' $< >$@.new && mv $@.new $@ + $(call v_tag,SED)sed 's/@arch@/$($*_ARCH)/g' $< >$@.new && \ + mv $@.new $@ all:: $(TARGETS)