We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fea90 commit f7ae2b9Copy full SHA for f7ae2b9
Makefile
@@ -53,7 +53,7 @@ setup:
53
$(SHOW)./system-setup.py
54
55
fetch deps:
56
- $(SHOW)VERBOSE=$(SHOW) ./get_deps.sh $(DEPS_FLAGS)
+ $(SHOW)VERBOSE=$(_SHOW) ./get_deps.sh $(DEPS_FLAGS)
57
58
#----------------------------------------------------------------------------------------------
59
deps/readies/mk/common.defs
@@ -1,4 +1,5 @@
1
2
+_SHOW=$(SHOW)
3
ifeq ($(SHOW),1)
4
override SHOW:=
5
else
0 commit comments