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
318465b5
Commit
318465b5
authored
Mar 07, 2012
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make.bash: fix old builds
Fixes #3222. R=golang-dev, gri CC=golang-dev
https://golang.org/cl/5761044
parent
40807282
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
make.bash
src/make.bash
+3
-0
No files found.
src/make.bash
View file @
318465b5
...
...
@@ -76,6 +76,9 @@ do
fi
done
# Clean old generated file that will cause problems in the build.
rm
-f
./pkg/runtime/runtime_defs.go
# Finally! Run the build.
echo
'# Building C bootstrap tool.'
...
...
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