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
40a66ef5
Commit
40a66ef5
authored
Jul 29, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missed changes to Makefiles for container/ring
R=rsc DELTA=3 (3 added, 0 deleted, 0 changed) OCL=32389 CL=32392
parent
b85147cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Make.deps
src/pkg/Make.deps
+1
-0
Makefile
src/pkg/Makefile
+2
-0
No files found.
src/pkg/Make.deps
View file @
40a66ef5
...
...
@@ -6,6 +6,7 @@ bytes.install: os.install utf8.install
compress/flate.install: bufio.install io.install os.install strconv.install
compress/gzip.install: bufio.install compress/flate.install hash.install hash/crc32.install io.install os.install
container/list.install:
container/ring.install:
container/vector.install:
crypto/aes.install: os.install strconv.install
crypto/block.install: fmt.install io.install os.install strconv.install
...
...
src/pkg/Makefile
View file @
40a66ef5
...
...
@@ -20,6 +20,7 @@ DIRS=\
compress/flate
\
compress/gzip
\
container/list
\
container/ring
\
container/vector
\
crypto/aes
\
crypto/block
\
...
...
@@ -79,6 +80,7 @@ TEST=\
compress/flate
\
compress/gzip
\
container/list
\
container/ring
\
container/vector
\
crypto/aes
\
crypto/block
\
...
...
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