• Russ Cox's avatar
    [dev.cc] build: do not 'clean -i std' between dist and go_bootstrap · db52315c
    Russ Cox authored
    Executing 'clean -i std' removes installed Go programs,
    including the toolchain binaries we need for building.
    It's not clear why the 'clean -i std' is here in the first place.
    cmd/dist just removed the entire pkg tree, so everything is new.
    The only reason for 'clean -i std' would be if you don't trust
    that dist compiled the packages properly. If that's true for
    some reason, we can fix cmd/dist, or add -a to the install
    commands that follow. Perhaps clean -i std should not
    remove tools, or perhaps std should not expand to any tools.
    Not sure.
    
    Also remove banner from make.bat and make.rc that was
    already removed from make.bash. cmd/dist prints it now.
    
    Also fix array size error in liblink/objfile.c.
    
    Fixes dev.cc build.
    
    Change-Id: I60855e001a682efce55ad9aa307a8f3ee47f7366
    Reviewed-on: https://go-review.googlesource.com/3100Reviewed-by: 's avatarRuss Cox <rsc@golang.org>
    db52315c
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...