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
368b4210
Commit
368b4210
authored
May 23, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add crypto/hmac to makefile
R=rsc DELTA=4 (3 added, 0 deleted, 1 changed) OCL=29314 CL=29314
parent
b3de3516
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
Make.deps
src/lib/Make.deps
+1
-0
Makefile
src/lib/Makefile
+1
-0
deps.bash
src/lib/deps.bash
+1
-0
No files found.
src/lib/Make.deps
View file @
368b4210
...
...
@@ -3,6 +3,7 @@ bufio.install: io.install os.install utf8.install
container/vector.install:
crypto/aes.install: os.install
crypto/block.install: fmt.install io.install os.install
crypto/hmac.install: crypto/md5.install crypto/sha1.install hash.install os.install
crypto/md5.install: hash.install os.install
crypto/sha1.install: hash.install os.install
exec.install: os.install strings.install
...
...
src/lib/Makefile
View file @
368b4210
...
...
@@ -19,6 +19,7 @@ DIRS=\
container/vector
\
crypto/aes
\
crypto/block
\
crypto/hmac
\
crypto/md5
\
crypto/sha1
\
exec
\
...
...
src/lib/deps.bash
View file @
368b4210
...
...
@@ -28,4 +28,5 @@ for dir in $dirs; do (
echo
$dir
.install:
$deps
)
done
>
$TMP
p4 open
$OUT
mv
$TMP
$OUT
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