Changes between Initial Version and Version 1 of Ticket #48940, comment 2
- Timestamp:
- Sep 25, 2015, 11:45:03 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48940, comment 2
initial v1 3 3 /opt/local/go/src/make.bash 4 4 5 {{{ 5 6 GOOS=windows GOARCH=386 ./make.bash --no-clean 6 7 GOOS=windows GOARCH=amd64 ./make.bash --no-clean 7 8 GOOS=darwin GOARCH=386 ./make.bash --no-clean 8 9 GOOS=linux GOARCH=amd64 ./make.bash --no-clean 10 }}}