chiark
/
gitweb
/
~mdw
/
distorted-chroot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fb28f2a
)
Makefile: Making the configuration file is `GEN', not `STAMP'.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 11 Sep 2019 16:52:19 +0000
(17:52 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 19 Sep 2019 01:50:14 +0000
(
02:50
+0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index a3ff7b64c6c0837e8cb3d7cf1031a3b9b1c44c1e..a6c2179e3b79009a47f7a3d0f15869a079addb17 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