Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
d6c38861
Commit
d6c38861
authored
Nov 11, 2009
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test for invalid $GOBIN setting before trying to build
R=r CC=golang-dev
https://golang.org/cl/153049
parent
e23f75b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
make.bash
src/make.bash
+7
-0
No files found.
src/make.bash
View file @
d6c38861
...
...
@@ -13,6 +13,13 @@ then
exit
1
fi
if
!
test
-d
$GOBIN
then
echo
'$GOBIN is not a directory or does not exist'
1>&2
echo
'create it or set $GOBIN differently'
1>&2
exit
1
fi
bash clean.bash
rm
-f
$GOBIN
/quietgcc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment