• Sergio Luis O. B. Correia's avatar
    go: makes it build for the case $GOROOT has whitespaces · 6fc82072
    Sergio Luis O. B. Correia authored
    the bash scripts and makefiles for building go didn't take into account
    the fact $GOROOT / $GOBIN could both be directories containing whitespaces,
    and was not possible to build it in such a situation.
    
    this commit adjusts the various makefiles/scripts to make it aware of that
    possibility, and now it builds successfully when using a path with whitespaces
    as well.
    
    Fixes #115.
    
    R=rsc, dsymonds1
    https://golang.org/cl/157067
    6fc82072
Name
Last commit
Last update
..
386 Loading commit data...
amd64 Loading commit data...
arm Loading commit data...
darwin Loading commit data...
freebsd Loading commit data...
linux Loading commit data...
nacl Loading commit data...
Makefile Loading commit data...
cgo2c.c Loading commit data...
cgocall.c Loading commit data...
cgocall.h Loading commit data...
chan.c Loading commit data...
extern.go Loading commit data...
float.c Loading commit data...
hashmap.c Loading commit data...
hashmap.h Loading commit data...
iface.c Loading commit data...
malloc.cgo Loading commit data...
malloc.h Loading commit data...
mcache.c Loading commit data...
mcentral.c Loading commit data...
mem.c Loading commit data...
mfixalloc.c Loading commit data...
mgc0.c Loading commit data...
mheap.c Loading commit data...
mheapmap32.c Loading commit data...
mheapmap32.h Loading commit data...
mheapmap64.c Loading commit data...
mheapmap64.h Loading commit data...
mkasmh.sh Loading commit data...
msize.c Loading commit data...
print.c Loading commit data...
proc.c Loading commit data...
reflect.cgo Loading commit data...
rune.c Loading commit data...
runtime.c Loading commit data...
runtime.h Loading commit data...
sema.cgo Loading commit data...
slice.c Loading commit data...
string.cgo Loading commit data...
symtab.c Loading commit data...
type.go Loading commit data...
type.h Loading commit data...