• Jeff R. Allen's avatar
    cmd/go: send output of build and install to stderr · 53f034c7
    Jeff R. Allen authored
    "go build" and "go install" were mixing stdout and stderr
    from the toolchain, then putting it all on stdout. With this
    change, it stays mixed, and is sent to stderr. Because
    the toolchain does not create output in a clean compile/install,
    sending all output to stderr makese more sense.
    
    Also fix test.bash because of "mktemp: too few X's
    in template `testgo'" on Linux.
    
    Fixes #4917.
    
    R=golang-dev, rsc, adg
    CC=golang-dev
    https://golang.org/cl/7393073
    53f034c7
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...