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
d45442ed
Commit
d45442ed
authored
Jun 16, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix build
R=rsc DELTA=5 (0 added, 1 deleted, 4 changed) OCL=30343 CL=30343
parent
f05c0414
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
make.bash
src/cmd/make.bash
+1
-1
make.bash
src/make.bash
+3
-4
No files found.
src/cmd/make.bash
View file @
d45442ed
...
...
@@ -18,7 +18,7 @@ bash mkenam
make enam.o
cd
..
for
i
in
cc
${
O
}
l
${
O
}
a
${
O
}
c gc
${
O
}
g ar db nm acid cov godefs
godoc
prof gotest
for
i
in
cc
${
O
}
l
${
O
}
a
${
O
}
c gc
${
O
}
g ar db nm acid cov godefs prof gotest
do
echo
;
echo
;
echo
%%%% making
$i
%%%%
;
echo
cd
$i
...
...
src/make.bash
View file @
d45442ed
...
...
@@ -18,8 +18,8 @@ rm -f $HOME/bin/quietgcc
cp
quietgcc.bash
$HOME
/bin/quietgcc
chmod
+x
$HOME
/bin/quietgcc
for
i
in
lib9 libbio libmach_amd64 libregexp cmd pkg cmd/gobuild
do
for
i
in
lib9 libbio libmach_amd64 libregexp cmd pkg cmd/gobuild
cmd/godoc
do
(
echo
;
echo
;
echo
%%%% making
$i
%%%%
;
echo
cd
$i
case
$i
in
...
...
@@ -29,8 +29,7 @@ do
*
)
make
install
esac
cd
..
done
)
done
case
"
`
uname
`
"
in
Darwin
)
...
...
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