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
pull/13/head
Volker Grabsch 12 years ago
parent 66d267b70b
commit b004dc9aa2

@ -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))

Loading…
Cancel
Save