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
5ae31f4a
Unverified
Commit
5ae31f4a
authored
Mar 15, 2017
by
Jakub Sztandera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make: readd the path check functionality
License: MIT Signed-off-by:
Jakub Sztandera
<
kubuxu@protonmail.ch
>
parent
174a566a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
mk/golang.mk
mk/golang.mk
+5
-0
mk/util.mk
mk/util.mk
+2
-0
No files found.
mk/golang.mk
View file @
5ae31f4a
...
...
@@ -46,5 +46,10 @@ check_go_version:
.PHONY
:
check_go_version
DEPS_GO
+=
check_go_version
check_go_path
:
bin/check_go_path
$(
realpath
$(
shell
pwd
))
$(
realpath
$(
addsuffix
/src/github.com/ipfs/go-ipfs,
$(
subst
$(PATH_SEP)
,
$(space)
,
$(GOPATH)
)))
.PHONY
:
check_go_path
DEPS_GO
+=
check_go_path
TEST
+=
$(TEST_GO)
TEST_SHORT
+=
test_go_fmt test_go_short
mk/util.mk
View file @
5ae31f4a
...
...
@@ -2,8 +2,10 @@
ifeq
($(OS),Windows_NT)
WINDOWS
:=
1
?exe
:
=.exe
#
windows compat
PATH_SEP :
=
;
else
?exe :
=
PATH_SEP :
=
:
endif
space
:=
...
...
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