]> Cypherpunks repositories - gostls13.git/commit
cmd/go: silence ar with D flag failures
authorClément Chigot <clement.chigot@atos.net>
Thu, 13 Jun 2019 08:12:06 +0000 (10:12 +0200)
committerIan Lance Taylor <iant@golang.org>
Mon, 24 Jun 2019 18:49:54 +0000 (18:49 +0000)
commit4ae3835aa28d21fd9045223640b7617ca1b83dfe
treef2c48666dd37f7434f3d10bfb3b178a7e85751c6
parent122a4fb7b038af1407a8b1c5ffe370bae70a5c69
cmd/go: silence ar with D flag failures

The first call of ar must not show its output in order to avoid useless
error messages about D flag.

Change-Id: I3a2f5144b3bb271705000b67cd46cd02e98aca77
Reviewed-on: https://go-review.googlesource.com/c/go/+/182077
Run-TryBot: Clément Chigot <clement.chigot@atos.net>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/go/internal/work/gccgo.go