tool: Sort patches when generating port hashes

Issue #1082
This commit is contained in:
Norman Feske
2014-06-02 11:30:21 +02:00
parent 5a32c08235
commit 6d3a41a95c
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
_PATCHES_IN_REP_DIR := $(foreach P,$(PATCHES),$(wildcard $(REP_DIR)/$(P)))
HASH_INPUT += $(_PATCHES_IN_REP_DIR) $(PORT)
HASH_INPUT += $(sort $(_PATCHES_IN_REP_DIR)) $(PORT)
ifneq ($(STRICT_HASH),no)
HASH_INPUT += $(MAKEFILE_LIST)
endif