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
92bb6762
Commit
92bb6762
authored
Jul 09, 2008
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build packages automatically
SVN=126577
parent
12c81a0c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
2 deletions
+19
-2
clean.bash
src/clean.bash
+1
-1
clean.bash
src/lib/clean.bash
+7
-0
make.bash
src/lib/make.bash
+10
-0
make.bash
src/make.bash
+1
-1
No files found.
src/clean.bash
View file @
92bb6762
...
...
@@ -10,7 +10,7 @@ do
cd
..
done
for
i
in
cmd runtime
for
i
in
cmd runtime
lib
do
cd
$i
bash clean.bash
...
...
src/lib/clean.bash
0 → 100755
View file @
92bb6762
# 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.
#!/bin/bash
rm
-f
$GOROOT
/pkg/
*
src/lib/make.bash
0 → 100755
View file @
92bb6762
# 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.
#!/bin/bash
rm
-f
*
.6
6g fmt.go
6g container/vector.go
mv
*
.6
$GOROOT
/pkg
src/make.bash
View file @
92bb6762
...
...
@@ -12,7 +12,7 @@ do
cd
..
done
for
i
in
cmd runtime
for
i
in
cmd runtime
lib
do
cd
$i
bash make.bash
...
...
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