aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sfx.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-11-26 17:18:44 +0100
committerLoïc Hoguin <[email protected]>2018-11-26 17:18:44 +0100
commit06b5c19d63ac6d26543301ed70d6dfb637363016 (patch)
tree46b3db2275672d42025612b70ee1e84aa3c5c39a /plugins/sfx.mk
parentf1ff84ab745b0dfacd56be0fb41f035e764240a3 (diff)
downloaderlang.mk-06b5c19d63ac6d26543301ed70d6dfb637363016.tar.gz
erlang.mk-06b5c19d63ac6d26543301ed70d6dfb637363016.tar.bz2
erlang.mk-06b5c19d63ac6d26543301ed70d6dfb637363016.zip
Rename render_template to core_render and move into core
Also remove the last instance of an "eval export" that pollutes the environment and use the new core_render for it instead. core_render does not include $(verbose) as this needs to be different depending on who calls it. It's now set explicitly everywhere required.
Diffstat (limited to 'plugins/sfx.mk')
-rw-r--r--plugins/sfx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sfx.mk b/plugins/sfx.mk
index e2aecad..dad4020 100644
--- a/plugins/sfx.mk
+++ b/plugins/sfx.mk
@@ -38,7 +38,7 @@ __ARCHIVE_BELOW__
endef
sfx:
- $(call render_template,sfx_stub,$(SFX_OUTPUT_FILE))
+ $(verbose) $(call core_render,sfx_stub,$(SFX_OUTPUT_FILE))
$(gen_verbose) cat $(SFX_ARCHIVE) >> $(SFX_OUTPUT_FILE)
$(verbose) chmod +x $(SFX_OUTPUT_FILE)