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
bbe9bb65
Commit
bbe9bb65
authored
Nov 24, 2008
by
Russ Cox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add hash to build; rm pkg/* in clean.bash
R=r DELTA=3 (3 added, 0 deleted, 0 changed) OCL=19935 CL=19937
parent
0f83fa3a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
clean.bash
src/clean.bash
+1
-0
Makefile
src/lib/Makefile
+2
-0
No files found.
src/clean.bash
View file @
bbe9bb65
...
...
@@ -3,6 +3,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
rm
-f
$GOROOT
/pkg/
*
.[6a]
for
i
in
lib9 libbio libmach_amd64 libregexp cmd runtime lib
do
cd
$i
...
...
src/lib/Makefile
View file @
bbe9bb65
...
...
@@ -9,6 +9,7 @@ GC=6g
DIRS
=
\
container/array
\
fmt
\
hash
\
http
\
math
\
net
\
...
...
@@ -86,6 +87,7 @@ io.6: os.dirinstall syscall.dirinstall
testing.6
:
flag.install fmt.dirinstall
fmt.dirinstall
:
io.install reflect.dirinstall strconv.dirinstall
hash.dirinstall
:
os.dirinstall
http.dirinstall
:
bufio.install io.install net.dirinstall os.dirinstall strings.install
net.dirinstall
:
once.install os.dirinstall strconv.dirinstall
os.dirinstall
:
syscall.dirinstall
...
...
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