mirror of
https://github.com/openwrt/packages.git
synced 2025-12-24 06:18:21 +04:00
golang: enable verbose output
allow the building script of Go to output verbose when make is executed with "V=s..." Signed-off-by: Michael Pratt <mcpratt@pm.me>
This commit is contained in:
@@ -27,7 +27,10 @@ define GoCompiler/Default/Make
|
|||||||
cd "$(1)/src" ; \
|
cd "$(1)/src" ; \
|
||||||
$(if $(2),GOROOT_FINAL="$(2)/lib/go-$(3)") \
|
$(if $(2),GOROOT_FINAL="$(2)/lib/go-$(3)") \
|
||||||
$(4) \
|
$(4) \
|
||||||
$(BASH) make.bash --no-banner ; \
|
$(BASH) make.bash \
|
||||||
|
$(if $(findstring s,$(OPENWRT_VERBOSE)),-v) \
|
||||||
|
--no-banner \
|
||||||
|
; \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user