Load only *.mk files of packages mentioned in index.html

This avoids confusion when left-over files were accidently loaded.

For more information, see:
http://lists.nongnu.org/archive/html/mingw-cross-env-list/2012-03/msg00156.html
This commit is contained in:
Volker Grabsch 2012-03-31 13:10:47 +02:00
parent 66d267b70b
commit b004dc9aa2
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ $(eval $(subst #,$(newline),$(shell \
'$(TOP_DIR)/index.html' \
)))
include $(TOP_DIR)/src/*.mk
include $(patsubst %,$(TOP_DIR)/src/%.mk,$(PKGS))
.PHONY: download
download: $(addprefix download-,$(PKGS))