Skip to content

Commit

Permalink
build: SCAN_DEPS handling (fixes package/kernel/linux metadata change…
Browse files Browse the repository at this point in the history
… detection)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37431
  • Loading branch information
Felix Fietkau committed Jul 19, 2013
1 parent 1ffa67e commit 75df42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/scan.mk
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ endif

define PackageDir
$(TMP_DIR)/.$(SCAN_TARGET): $(TMP_DIR)/info/.$(SCAN_TARGET)-$(1)
$(TMP_DIR)/info/.$(SCAN_TARGET)-$(1): $(SCAN_DIR)/$(2)/Makefile $(SCAN_STAMP) $(foreach DEP,$(DEPS_$(SCAN_DIR)/$(1)/Makefile) $(SCAN_DEPS),$(wildcard $(if $(filter /%,$(DEP)),$(DEP),$(SCAN_DIR)/$(1)/$(DEP))))
$(TMP_DIR)/info/.$(SCAN_TARGET)-$(1): $(SCAN_DIR)/$(2)/Makefile $(SCAN_STAMP) $(foreach DEP,$(DEPS_$(SCAN_DIR)/$(2)/Makefile) $(SCAN_DEPS),$(wildcard $(if $(filter /%,$(DEP)),$(DEP),$(SCAN_DIR)/$(2)/$(DEP))))
{ \
$$(call progress,Collecting $(SCAN_NAME) info: $(SCAN_DIR)/$(2)) \
echo Source-Makefile: $(SCAN_DIR)/$(2)/Makefile; \
Expand Down

0 comments on commit 75df42e

Please sign in to comment.