Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
5680c112
Commit
5680c112
authored
Nov 08, 2014
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test: install random from vendored code
parent
49f30b15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
test/Makefile
test/Makefile
+3
-3
No files found.
test/Makefile
View file @
5680c112
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
T
=
$(
sort
$(
wildcard
t[0-9][0-9][0-9][0-9]-
*
.sh
))
T
=
$(
sort
$(
wildcard
t[0-9][0-9][0-9][0-9]-
*
.sh
))
SHARNESS
=
sharness/sharness.sh
SHARNESS
=
sharness/sharness.sh
RANDOMSRC
=
Godeps/_workspace/src/github.com/jbenet/go-random/random
all
:
clean deps $(T) aggregate
all
:
clean deps $(T) aggregate
...
@@ -35,8 +36,7 @@ ipfs:
...
@@ -35,8 +36,7 @@ ipfs:
random
:
random
:
@
echo
"*** installing
$@
***"
@
echo
"*** installing
$@
***"
go get github.com/jbenet/go-random/random
go build ../
$(RANDOMSRC)
go
install
github.com/jbenet/go-random/random
cp
../
$(RANDOMSRC)
/random random
cp
`
which random
`
random
.PHONY
:
all clean $(T) aggregate ipfs random
.PHONY
:
all clean $(T) aggregate ipfs random
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