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
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/pkg/runtime/Makefile
src/pkg/runtime/Makefile
+2
-2
src/pkg/runtime/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