diff options
author | Carl Dong <accounts@carldong.me> | 2019-02-19 15:59:36 -0500 |
---|---|---|
committer | Carl Dong <accounts@carldong.me> | 2019-02-19 15:59:36 -0500 |
commit | 6d44c5ebf97af4b357079fe4bc2130f98e1d0fd2 (patch) | |
tree | e28bbe9590a10a4033a9c86c24459995d2908348 /depends/Makefile | |
parent | 80f0e05b700f8ad6903f22b3e81f905ccf6b13eb (diff) |
depends: Add commands for each package for each stage
Diffstat (limited to 'depends/Makefile')
-rw-r--r-- | depends/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |