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 cfd388e commit 9543ac9Copy full SHA for 9543ac9
automation/Makefile
@@ -74,7 +74,7 @@ endif
74
75
fetch:
76
@echo Fetching dependencies...
77
- $(SHOW)VERBOSE=$(_SHOW)$(ROOT)/get_deps.sh $(DEPS_FLAGS)
+ $(SHOW)VERBOSE=$(_SHOW) $(ROOT)/get_deps.sh $(DEPS_FLAGS)
78
79
#----------------------------------------------------------------------------------------------
80
automation/readies/mk/common.defs
@@ -1,5 +1,8 @@
1
2
_SHOW:=$(SHOW)
3
+ifeq ($(_SHOW),)
4
+_SHOW:=0
5
+endif
6
ifeq ($(SHOW),1)
7
override SHOW:=
8
else
0 commit comments