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
8b3b1edc
Commit
8b3b1edc
authored
Dec 11, 2009
by
Yongjian Xu
Committed by
Russ Cox
Dec 11, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mkbuiltin: generate builtin.c directly
R=golang-dev, rsc
https://golang.org/cl/173041
parent
d5b7d776
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Makefile
src/cmd/gc/Makefile
+1
-1
mkbuiltin
src/cmd/gc/mkbuiltin
+1
-3
No files found.
src/cmd/gc/Makefile
View file @
8b3b1edc
...
...
@@ -55,7 +55,7 @@ y.tab.c: y.tab.h
test
-f
y.tab.c
&&
touch
y.tab.c
builtin.c
:
runtime.go unsafe.go mkbuiltin1.c mkbuiltin
./mkbuiltin
>
builtin.c
||
\
./mkbuiltin
||
\
(
echo
'mkbuiltin failed; using bootstrap copy of builtin.c'
;
cp
builtin.c.boot builtin.c
)
subr.$O
:
opnames.h
...
...
src/cmd/gc/mkbuiltin
View file @
8b3b1edc
...
...
@@ -35,6 +35,4 @@ ken | r | rsc)
fi
esac
cat
_builtin.c
rm
-f
_builtin.c
mv
_builtin.c builtin.c
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