Makefile: Making the configuration file is `GEN', not `STAMP'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 11 Sep 2019 16:52:19 +0000 (17:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 19 Sep 2019 01:50:14 +0000 (02:50 +0100)
Makefile

index a3ff7b6..a6c2179 100644 (file)
--- 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