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

@ -1 +1 @@
0f3f665ddc8cd8ce708b1be6f6b6a8cdbd728b68 a792d3e8dcb7ffa33d4f9499cc91636dc2e01458

View File

@ -1 +1 @@
8dfc085362ce8811499d90a5a71201e367928039 9785ef8dfeaf78080bc65e261cd44b1941673f6f

View File

@ -1 +1 @@
c2079d96ada183f0578e1a22f97ba64381440df2 30ef50566b10bb50064f0f22eb9f8522bf6bd643

View File

@ -1 +1 @@
32dc58e00888a52dabbc92f261e45ccdcb2ab01f 6bfde968470405032d42e69e8af572a706759b5f

View File

@ -17,7 +17,7 @@
_PATCHES_IN_REP_DIR := $(foreach P,$(PATCHES),$(wildcard $(REP_DIR)/$(P))) _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) ifneq ($(STRICT_HASH),no)
HASH_INPUT += $(MAKEFILE_LIST) HASH_INPUT += $(MAKEFILE_LIST)
endif endif