Descriptioncmd/dist: avoid use of 'go tool pack'
All packages now use the -pack option to the compiler.
For a pure Go package, that's enough.
For a package with additional C and assembly files, the extra
archive entries can be added directly (by concatenation)
instead of by invoking go tool pack.
These changes make it possible to rewrite cmd/pack in Go.
Patch Set 1 #Patch Set 2 : diff -r 4dd891cd0a26 https://code.google.com/p/go/ #Patch Set 3 : diff -r 4dd891cd0a26 https://code.google.com/p/go/ #
Total comments: 6
Patch Set 4 : diff -r 92e348edc9ce https://code.google.com/p/go/ #MessagesTotal messages: 4
|