Skip to content

Commit f7ae2b9

Browse files
committed
ARM support #26
1 parent 77fea90 commit f7ae2b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ setup:
5353
$(SHOW)./system-setup.py
5454

5555
fetch deps:
56-
$(SHOW)VERBOSE=$(SHOW) ./get_deps.sh $(DEPS_FLAGS)
56+
$(SHOW)VERBOSE=$(_SHOW) ./get_deps.sh $(DEPS_FLAGS)
5757

5858
#----------------------------------------------------------------------------------------------
5959

deps/readies/mk/common.defs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
_SHOW=$(SHOW)
23
ifeq ($(SHOW),1)
34
override SHOW:=
45
else

0 commit comments

Comments
 (0)