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
9188b1f0
Commit
9188b1f0
authored
Nov 11, 2009
by
Adam Langley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert make.bash which slipped into the previous revision.
R=rsc
http://codereview.prom.corp.google.com/1024051
parent
19418557
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
src/make.bash
src/make.bash
+0
-13
No files found.
src/make.bash
View file @
9188b1f0
...
@@ -47,19 +47,6 @@ if ! (cd lib9 && which quietgcc) >/dev/null 2>&1; then
...
@@ -47,19 +47,6 @@ if ! (cd lib9 && which quietgcc) >/dev/null 2>&1; then
exit
1
exit
1
fi
fi
if
make
--version
|
head
-n
1 |
grep
-c
'^GNU Make'
>>
/dev/null
;
then
MAKEVERSION
=
$(
make
--version
|
head
-n
1 |
cut
-d
' '
-f3
)
MAKEMAJOR
=
$(
echo
$MAKEVERSION
|
cut
-d
'.'
-f
1
)
MAKEMINOR
=
$(
echo
$MAKEVERSION
|
cut
-d
'.'
-f
2
)
if
[
"
$MAKEMAJOR
"
-lt
3
-o
"
$MAKEMAJOR
"
-eq
3
-a
"
$MAKEMINOR
"
-le
80
]
;
then
echo
"Your make is too old. You appear to have
$MAKEMAJOR
.
$MAKEMINOR
, but we need at least 3.81."
exit
1
fi
fi
MAKEVERSION
=
$(
make
--version
|
head
-n
1 |
cut
-d
' '
-f3
)
bash clean.bash
bash clean.bash
for
i
in
lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt cmd/goyacc cmd/hgpatch
for
i
in
lib9 libbio libmach cmd pkg libcgo cmd/cgo cmd/ebnflint cmd/godoc cmd/gofmt cmd/goyacc cmd/hgpatch
...
...
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