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
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
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