Skip to content

Commit 9543ac9

Browse files
committed
Build: fixes #3
1 parent cfd388e commit 9543ac9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

automation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ endif
7474

7575
fetch:
7676
@echo Fetching dependencies...
77-
$(SHOW)VERBOSE=$(_SHOW)$(ROOT)/get_deps.sh $(DEPS_FLAGS)
77+
$(SHOW)VERBOSE=$(_SHOW) $(ROOT)/get_deps.sh $(DEPS_FLAGS)
7878

7979
#----------------------------------------------------------------------------------------------
8080

automation/readies/mk/common.defs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11

22
_SHOW:=$(SHOW)
3+
ifeq ($(_SHOW),)
4+
_SHOW:=0
5+
endif
36
ifeq ($(SHOW),1)
47
override SHOW:=
58
else

0 commit comments

Comments
 (0)