From 6ccac28c87f39bafe556b9863bef0cd1f72d5b96 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 11 Sep 2019 17:52:19 +0100 Subject: [PATCH] Makefile: Making the configuration file is `GEN', not `STAMP'. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0