Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
87a04c0b
Commit
87a04c0b
authored
Feb 14, 2012
by
Maxim Pimenov
Committed by
Russ Cox
Feb 14, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gc: fix comment in mkbuiltin
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/5669046
parent
2a6e6999
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/cmd/gc/mkbuiltin
src/cmd/gc/mkbuiltin
+2
-2
No files found.
src/cmd/gc/mkbuiltin
View file @
87a04c0b
...
...
@@ -3,7 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Generate builtin.c
and builtin.c.boot
from $* (runtime.go and unsafe.go).
# Generate builtin.c from $* (runtime.go and unsafe.go).
# Run this after changing runtime.go and unsafe.go
# or after changing the export metadata format in the compiler.
# Either way, you need to have a working compiler binary first.
...
...
@@ -25,7 +25,7 @@ do
O
=
$GOCHAR
./mkbuiltin1
$i
>>
_builtin.c
done
# If _builtin.c has changed vs builtin.c
.boot
,
# If _builtin.c has changed vs builtin.c,
# check in the new change.
cmp
-s
_builtin.c builtin.c
||
cp
_builtin.c builtin.c
rm
_builtin.c mkbuiltin1 unsafe.
$GOCHAR
runtime.
$GOCHAR
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