1
0
mirror of https://github.com/golang/go synced 2024-11-12 08:40:21 -07:00

buildscripts: move to buildscript directory

Fixes #2717.

R=r, rsc, dsymonds
CC=golang-dev
https://golang.org/cl/5545069
This commit is contained in:
Shenghou Ma 2012-01-17 11:18:15 -05:00 committed by Russ Cox
parent 4e78818259
commit c5f8433261
16 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ for sys in $GOOSARCHES
do
export GOOS=$(echo $sys | sed 's/_.*//')
export GOARCH=$(echo $sys | sed 's/.*_//')
targ=buildscript_${GOOS}_$GOARCH.sh
targ=buildscript/${GOOS}_$GOARCH.sh
rm -f $targ
(echo '#!/usr/bin/env bash

View File

@ -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