/usr/local/bin/go exists, comment out heavy find --name go command
Change-Id: If9158a53bef8d75b3fbacf3f1562a524697cd36f
diff --git a/VERSION b/VERSION
index f3f263e..068b3c0 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.8.40
+1.8.41
diff --git a/makefiles/release/release-build.mk b/makefiles/release/release-build.mk
index 991b39d..bd1dc30 100644
--- a/makefiles/release/release-build.mk
+++ b/makefiles/release/release-build.mk
@@ -35,10 +35,10 @@
# [DEBUG] Yes this will take a while but where-4-art-thou-golang-in-docker-image-(?)
@echo -e "\n** golang interpreter"
# find '/usr/local' '/go' '/usr/bin' '/bin' -name 'go' ! -type d -ls;
- ${GO_SH} $(quote-single) find / -name 'go' ! -type d -print $(quote-single)
+ # -${GO_SH} $(quote-single) find / -name 'go' ! -type d -print $(quote-single)
- $(HIDE)${GO_SH} $(call quoted,which$(space)-a$(space)go)
- $(HIDE)${GO_SH} $(call quoted,go$(space)version)
+ -$(HIDE)${GO_SH} $(call quoted,which$(space)-a$(space)go)
+ -$(HIDE)${GO_SH} $(call quoted,go$(space)version)
@echo -e "\n** Create filesystem target for docker volume: $(RELEASE_DIR)"
$(RM) -r "./$(RELEASE_DIR)"
@@ -71,7 +71,7 @@
@echo "** -----------------------------------------------------------------------"
@echo '** Post-build, files to release'
@echo "** -----------------------------------------------------------------------"
- find "$(RELEASE_DIR)" ! -type d -print
+ -find "$(RELEASE_DIR)" ! -type d -print
@echo
## -----------------------------------------------------------------------