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
f8295fcd
Commit
f8295fcd
authored
Aug 13, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename mkasmh to mkasmh.sh
R=rsc DELTA=204 (153 added, 49 deleted, 2 changed) OCL=33213 CL=33213
parent
fd774f1a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile
src/pkg/runtime/Makefile
+2
-2
mkasmh.sh
src/pkg/runtime/mkasmh.sh
+1
-1
No files found.
src/pkg/runtime/Makefile
View file @
f8295fcd
...
...
@@ -138,7 +138,7 @@ runtime.acid: runtime.h proc.c
chan.acid
:
runtime.h chan.c
$(CC)
-a
chan.c
>
chan.acid
$(GOARCH)/asm.h
:
runtime.acid mkasmh
./mkasmh
>
$@
.x
$(GOARCH)/asm.h
:
runtime.acid mkasmh
.sh
./mkasmh
.sh
>
$@
.x
mv
-f
$@
.x
$@
src/pkg/runtime/mkasmh
→
src/pkg/runtime/mkasmh
.sh
View file @
f8295fcd
...
...
@@ -7,7 +7,7 @@ set -e
cat
<<
'
EOF
'
// Assembly constants.
// AUTOMATICALLY GENERATED BY mkasmh DURING BUILD
// AUTOMATICALLY GENERATED BY mkasmh
.sh
DURING BUILD
EOF
...
...
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