aboutsummaryrefslogtreecommitdiff
path: root/contrib/depends/Makefile
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2019-06-17 11:22:55 +0200
committerTheCharlatan <seb.kung@gmail.com>2019-06-25 19:16:59 +0200
commit51570600777636c4cb9c6b17419749389cc3bc10 (patch)
treea9f219270c9dd8876cea58c0885e2c5ab47dac9b /contrib/depends/Makefile
parentMerge pull request #5638 (diff)
downloadmonero-51570600777636c4cb9c6b17419749389cc3bc10.tar.xz
Add debug targets to depends Makefile
Packages can now be built individually and for each stage. This allows easier debugging.
Diffstat (limited to '')
-rw-r--r--contrib/depends/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/depends/Makefile b/contrib/depends/Makefile
index 6ab602ac0..ec0e4cfae 100644
--- a/contrib/depends/Makefile
+++ b/contrib/depends/Makefile
@@ -217,4 +217,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 download-one download-osx download-linux download-win download check-packages check-sources