Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(551)

Delta Between Two Patch Sets: src/all.bash

Issue 5645093: code review 5645093: cmd/dist: cross-compiling fixes (Closed)
Left Patch Set: diff -r 4a0c77722a5e https://go.googlecode.com/hg/ Created 13 years, 1 month ago
Right Patch Set: diff -r aa8737f1a31b https://go.googlecode.com/hg/ Created 13 years, 1 month ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/cmd/dist/a.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 # Copyright 2009 The Go Authors. All rights reserved. 2 # Copyright 2009 The Go Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style 3 # Use of this source code is governed by a BSD-style
4 # license that can be found in the LICENSE file. 4 # license that can be found in the LICENSE file.
5 5
6 set -e 6 set -e
7 if [ ! -f make.bash ]; then 7 if [ ! -f make.bash ]; then
8 echo 'all.bash must be run from $GOROOT/src' 1>&2 8 echo 'all.bash must be run from $GOROOT/src' 1>&2
9 exit 1 9 exit 1
10 fi 10 fi
11 . ./make.bash --no-banner 11 . ./make.bash --no-banner
12 bash run.bash --no-rebuild 12 bash run.bash --no-rebuild --banner
13 ../bin/tool/dist banner # print build info 13 $GOTOOLDIR/dist banner # print build info
LEFTRIGHT
« no previous file | src/cmd/dist/a.h » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b