chincheta0815
2020-01-19 7519e4e97c39ed5d9c0b77df767ede9bdd248a40
make prep-hg.mk conformal to the rest of the prep-*.mk files.
2 files modified
5 ■■■■■ changed files
make-rules/prep-hg.mk 3 ●●●●● patch | view | raw | blame | history
make-rules/prep.mk 2 ●●●●● patch | view | raw | blame | history
make-rules/prep-hg.mk
@@ -88,8 +88,5 @@
$(eval $(call hg-variables,))
$(foreach suffix, $(HG_SUFFIXES), $(eval $(call hg-variables,_$(suffix))))
# Put the rule evaluations in a variable for deferred evaluation.
define eval-hg-rules
$(eval $(call hg-rules,))
$(foreach suffix, $(HG_SUFFIXES), $(eval $(call hg-rules,_$(suffix))))
endef
make-rules/prep.mk
@@ -30,8 +30,6 @@
include $(WS_MAKE_RULES)/prep-unpack.mk
include $(WS_MAKE_RULES)/prep-patch.mk
$(eval $(call eval-hg-rules))
download::
unpack::    download