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
bbb00c62
Commit
bbb00c62
authored
Oct 08, 2008
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
split all.bash into make.bash and run.bash
R=r OCL=16720 CL=16728
parent
103fec04
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
37 deletions
+39
-37
all.bash
src/all.bash
+1
-37
run.bash
src/run.bash
+38
-0
No files found.
src/all.bash
View file @
bbb00c62
...
...
@@ -5,40 +5,4 @@
set
-e
bash make.bash
xcd
()
{
builtin cd
$1
echo
---
cd
$1
}
(
xcd ../usr/gri/gosrc
make clean
time
make
make
test
)
(
xcd ../usr/gri/pretty
make clean
time
make
make
test
)
(
xcd ../usr/r/rpc
make clean
time
make
chanrun
)
(
xcd ../usr/r/refl
rm
-f
*
.6 6.out
6g refl.go
6g printf.go
6g main.go
6l main.6
6.out
)
(
xcd ../test
./run
)
bash run.bash
src/run.bash
0 → 100755
View file @
bbb00c62
#!/bin/bash
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
set
-e
xcd
()
{
builtin cd
$1
echo
---
cd
$1
}
(
xcd ../usr/gri/gosrc
make clean
time
make
make
test
)
(
xcd ../usr/gri/pretty
make clean
time
make
make
test
)
(
xcd ../usr/r/refl
rm
-f
*
.6 6.out
6g refl.go
6g printf.go
6g main.go
6l main.6
6.out
)
(
xcd ../test
./run
)
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