diff options
| author | Shenghou Ma <minux.ma@gmail.com> | 2012-01-17 11:18:15 -0500 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2012-01-17 11:18:15 -0500 |
| commit | c5f843326100ae925529ed330e280bcc159d4776 (patch) | |
| tree | 5c2e4a66c1e87341773b00704adbc17c6c52bdca /src/make.bash | |
| parent | 4e78818259bb9c43d7bc65ae3c15e935d3727770 (diff) | |
| download | go-c5f843326100ae925529ed330e280bcc159d4776.tar.xz | |
buildscripts: move to buildscript directory
Fixes #2717.
R=r, rsc, dsymonds
CC=golang-dev
https://golang.org/cl/5545069
Diffstat (limited to 'src/make.bash')
| -rwxr-xr-x | src/make.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.bash b/src/make.bash index db8cd7cd49..becf86d851 100755 --- a/src/make.bash +++ b/src/make.bash @@ -93,7 +93,7 @@ echo; echo; echo %%%% making runtime generated files %%%%; echo if $USE_GO_TOOL; then echo echo '# Building go command from bootstrap script.' - ./buildscript_${GOOS}_$GOARCH.sh + ./buildscript/${GOOS}_$GOARCH.sh echo '# Building Go code.' go install -a -v std |
