Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
1bf81f87
Commit
1bf81f87
authored
Mar 19, 2015
by
François Grisez
Browse files
Add a UNIX new line character before the end of liblinphone_gitversion.h
parent
8f7a1ee5
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/Makefile.am
View file @
1bf81f87
...
...
@@ -203,11 +203,11 @@ make_gitversion_h:
echo
"*** PACKAGE_VERSION and git tag differ. Please put them identical."
;
\
exit
1
;
\
fi
;
\
$(ECHO)
-
n
"#define LIBLINPHONE_GIT_VERSION
\"
$(GITDESCRIBE)
\"
"
>
$(builddir)
/
$(GITVERSION_FILE_TMP)
;
\
$(ECHO)
-
e
"#define LIBLINPHONE_GIT_VERSION
\"
$(GITDESCRIBE)
\"
\n
"
>
$(builddir)
/
$(GITVERSION_FILE_TMP)
;
\
elif
test
"
$(GITREVISION)
"
!=
""
;
then
\
$(ECHO)
-
n
"#define LIBLINPHONE_GIT_VERSION
\"
$(LINPHONE_VERSION)
_
$(GITREVISION)
\"
"
>
$(builddir)
/
$(GITVERSION_FILE_TMP)
;
\
$(ECHO)
-
e
"#define LIBLINPHONE_GIT_VERSION
\"
$(LINPHONE_VERSION)
_
$(GITREVISION)
\"
\n
"
>
$(builddir)
/
$(GITVERSION_FILE_TMP)
;
\
else
\
$(ECHO)
-n
""
>
$(builddir)
/
$(GITVERSION_FILE_TMP)
;
\
$(ECHO)
""
>
$(builddir)
/
$(GITVERSION_FILE_TMP)
;
\
fi
;
\
if
!
test
-f
$(builddir)
/
$(GITVERSION_FILE)
;
then
\
cp
-f
$(builddir)
/
$(GITVERSION_FILE_TMP)
$(builddir)
/
$(GITVERSION_FILE)
;
\
...
...
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