Skip to content

Commit

Permalink
Merge pull request #9202
Browse files Browse the repository at this point in the history
c94ca0f depends: add command to print variables (tobtoht)
  • Loading branch information
luigi1111 committed May 21, 2024
2 parents 35eb5c1 + c94ca0f commit cc73fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/depends/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
.NOTPARALLEL :

# Pattern rule to print variables, e.g. make print-all_packages
print-%: FORCE
@echo '$($*)'

SOURCES_PATH ?= $(BASEDIR)/sources
BASE_CACHE ?= $(BASEDIR)/built
FALLBACK_DOWNLOAD_PATH ?= https://downloads.getmonero.org/depends-sources
Expand Down Expand Up @@ -184,3 +188,4 @@ download: download-osx download-linux download-win download-freebsd download-and
$(foreach package,$(all_packages),$(eval $(call ext_add_stages,$(package))))

.PHONY: install cached download-one download-osx download-linux download-win download-freebsd download-android download check-packages check-sources
.PHONY: FORCE

0 comments on commit cc73fe7

Please sign in to comment.