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
98cf39e2
Commit
98cf39e2
authored
Apr 20, 2011
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
run.bash: remove redundant rebuilds
R=r CC=golang-dev
https://golang.org/cl/4449041
parent
c4cc9c28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
src/run.bash
src/run.bash
+1
-10
No files found.
src/run.bash
View file @
98cf39e2
...
...
@@ -33,8 +33,7 @@ xcd() {
if
$rebuild
;
then
(
xcd pkg
gomake clean
time
gomake
gomake
install
time
gomake
install
)
||
exit
$i
fi
...
...
@@ -43,18 +42,10 @@ gomake testshort
)
||
exit
$?
(
xcd pkg/sync
;
if
$rebuild
;
then
gomake clean
;
time
gomake
fi
GOMAXPROCS
=
10 gomake testshort
)
||
exit
$?
(
xcd cmd/ebnflint
if
$rebuild
;
then
gomake clean
;
time
gomake
fi
time
gomake
test
)
||
exit
$?
...
...
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