From 6d44c5ebf97af4b357079fe4bc2130f98e1d0fd2 Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Tue, 19 Feb 2019 15:59:36 -0500 Subject: depends: Add commands for each package for each stage --- depends/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'depends/Makefile') diff --git a/depends/Makefile b/depends/Makefile index 50cc77ddeb..dc2a1e626c 100644 --- a/depends/Makefile +++ b/depends/Makefile @@ -192,4 +192,6 @@ download-win: @$(MAKE) -s HOST=x86_64-w64-mingw32 download-one download: download-osx download-linux download-win +$(foreach package,$(all_packages),$(eval $(call ext_add_stages,$(package)))) + .PHONY: install cached clean clean-all download-one download-osx download-linux download-win download check-packages check-sources -- cgit v1.2.3