All,

I have been testing with this today and noticed some flags that needed
to be changed on the go commands.

Those changes are included in this patch,.

The flag changes make the go commands as verbose as possible and drop
some invalid flags.

William

--- golang-build.eclass	2015-06-18 16:44:33.618139533 -0500
+++ golang-build.eclass	2015-06-18 10:41:53.442485429 -0500
@@ -69,7 +69,7 @@
 	debug-print-function ${FUNCNAME} "$@"
 
 	_golang-build_setup
-	set -- go build -d -v -work -x "${EGO_PN_BUILD}"
+	set -- go build -v -work -x "${EGO_PN_BUILD}"
 	echo "$@"
 	"$@" || die
 }
@@ -78,7 +78,7 @@
 	debug-print-function ${FUNCNAME} "$@"
 
 	_golang-build_setup
-	set -- go install -d -v -work -x "${EGO_PN_BUILD}"
+	set -- go install -v -work -x "${EGO_PN_BUILD}"
 	echo "$@"
 	"$@" || die
 }
@@ -87,7 +87,7 @@
 	debug-print-function ${FUNCNAME} "$@"
 
 	_golang-build_setup
-	set -- go test -v -x ${EGO_PN_BUILD}
+	set -- go test -v -work -x "${EGO_PN_BUILD}"
 	echo "$@"
 	"$@" || die
 }

Attachment: signature.asc
Description: Digital signature

Reply via email to