From: Mark Wooding Date: Wed, 11 Sep 2019 16:52:19 +0000 (+0100) Subject: Makefile: Making the configuration file is `GEN', not `STAMP'. X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/commitdiff_plain/6ccac28c87f39bafe556b9863bef0cd1f72d5b96 Makefile: Making the configuration file is `GEN', not `STAMP'. --- diff --git a/Makefile b/Makefile index a3ff7b6..a6c2179 100644 --- a/Makefile +++ b/Makefile @@ -446,7 +446,7 @@ schroot-config_FILE = $(STATE)/config.sh-$(schroot-config_HASH) $(schroot-config_FILE): $(V_AT)mkdir -p $(STATE) $(V_AT)rm -f $(STATE)/config.sh-* - $(call v_tag,STAMP)$(call %print-varlist,$(CONFIG_VARS)) \ + $(call v_tag,GEN)$(call %print-varlist,$(CONFIG_VARS)) \ >$@.new && mv $@.new $@ schroot-config:: $(STATE)/config.sh