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-dms3
Commits
6c959c8c
Commit
6c959c8c
authored
9 years ago
by
Christian Couder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile: add go_check target
License: MIT Signed-off-by:
Christian Couder
<
chriscool@tuxfamily.org
>
parent
40b21bfc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Makefile
Makefile
+6
-2
No files found.
Makefile
View file @
6c959c8c
...
...
@@ -16,6 +16,9 @@ godep:
toolkit_upgrade
:
gx_upgrade gxgo_upgrade
go_check
:
@
bin/check_go_version
"1.5.2"
gx_upgrade
:
go get
-u
github.com/whyrusleeping/gx
...
...
@@ -26,7 +29,7 @@ gx_check:
@
bin/check_gx_program
"gx"
"0.3"
'Upgrade or install gx using your package manager or run `make gx_upgrade`'
@
bin/check_gx_program
"gx-go"
"0.2"
'Upgrade or install gx-go using your package manager or run `make gxgo_upgrade`'
deps
:
gx_check
deps
:
go_check
gx_check
gx
--verbose
install
--global
# saves/vendors third-party dependencies to Godeps/_workspace
...
...
@@ -50,7 +53,8 @@ clean:
uninstall
:
cd
cmd/ipfs
&&
go clean
-i
-ldflags
=
$(ldflags)
PHONY
+=
all
help
godep toolkit_upgrade gx_upgrade gxgo_upgrade gx_check deps vendor
install
build nofuse clean uninstall
PHONY
+=
all
help
godep toolkit_upgrade gx_upgrade gxgo_upgrade gx_check
PHONY
+=
go_check deps vendor
install
build nofuse clean uninstall
##############################################################
# tests targets
...
...
This diff is collapsed.
Click to expand it.
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