1
0
mirror of https://github.com/golang/go synced 2024-11-05 14:46:11 -07:00
The Go programming language
Go to file
Russ Cox 01fe6a9c58 more build refinements:
* use new Make.$GOARCH files in gobuild.
 * rename 6ar to arch-generic gopack.
 * place objects in $GOROOT/pkg/$GOOS_$GOARCH
   (makes cross-compiling easier, and no one
   ever types these paths by hand anyway).

R=r
DELTA=29  (6 added, 8 deleted, 15 changed)
OCL=29923
CL=29967
2009-06-05 22:18:32 -07:00
doc restructure makefiles, scripts to factor out O= logic. 2009-06-05 10:59:55 -07:00
include fix gotest by fixing nm -s to print in file order by storing a sequence number 2009-04-15 21:57:55 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
misc/xcode xcode config files, self-describing 2009-05-20 16:09:34 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src more build refinements: 2009-06-05 22:18:32 -07:00
test fix 386 malloc tests, 2009-06-05 10:59:37 -07:00
usr - cleanup: remove use of local ReadFile in favor of io.ReadFile 2009-06-05 17:55:55 -07:00