Lines Matching full:hash
362 # The algorithm here is that we go collect a hash for each of the notice
363 # files and write the names of the files that match that hash. Then
375 $(1) $(2) $(4)/hash-timestamp: PRIVATE_DIR := $(4)
376 $(4)/hash-timestamp: $(5) $(BUILD_SYSTEM)/Makefile
378 $$(hide) rm -rf $$@ $$(PRIVATE_DIR)/hash
379 $$(hide) mkdir -p $$(PRIVATE_DIR)/hash
381 hash=$$$$($(MD5SUM) $$$$file | sed -e "s/ .*//"); \
382 hashfile=$$(PRIVATE_DIR)/hash/$$$$hash; \
386 $(1): $(4)/hash-timestamp
390 $$(hide) find $$(PRIVATE_DIR)/hash -type f | xargs cat | sort | \
395 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \
411 $(2): $(4)/hash-timestamp
424 $$(hide) for hashfile in $$$$(find $$(PRIVATE_DIR)/hash -type f); do \