Commit c5f84332 authored by Shenghou Ma's avatar Shenghou Ma Committed by Russ Cox

buildscripts: move to buildscript directory

        Fixes #2717.

R=r, rsc, dsymonds
CC=golang-dev
https://golang.org/cl/5545069
parent 4e788182
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment