Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sefarad
dashboard-gsicrawler
Commits
42224e34
Commit
42224e34
authored
Oct 05, 2017
by
J. Fernando Sánchez
Browse files
Updated makefiles from meaningcloud
Version was "unknown" due to a bug
parent
f0c211c0
Changes
1
Show whitespace changes
Inline
Side-by-side
base.mk
View file @
42224e34
...
...
@@ -2,8 +2,8 @@ export
NAME
?=
$(
shell
basename
$(CURDIR)
)
VERSION
?=
$(
shell
git describe
--tags
--dirty
2>/dev/null
)
ifeq
($(
wildcard $
VERSION),)
VERSION
:=
unknown
ifeq
($(VERSION),)
VERSION
:=
"
unknown
"
endif
# Get the location of this makefile.
...
...
Write
Preview
Supports
Markdown
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