From 06b5c19d63ac6d26543301ed70d6dfb637363016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Nov 2018 17:18:44 +0100 Subject: 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. --- plugins/sfx.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sfx.mk') 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) -- cgit v1.2.3