Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b1851431
Commit
b1851431
authored
Jun 22, 2008
by
Rémi Denis-Courmont
Browse files
fix revision.c
parent
cc2f0cb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
b1851431
...
...
@@ -418,7 +418,7 @@ SOURCES_libvlc_control = \
misc/revision.c
:
rm
-f
$@
$@
.tmp
echo
"/* AUTOGENERATED FILE - DO NOT EDIT */"
>
$@
.tmp
REVISION
=
"
$$
(LANG=C git --git-dir=
$(top_srcdir)
/.git show-ref -s HEAD 2>/dev/null || echo exported)"
;
\
REVISION
=
"
$$
(LANG=C git --git-dir=
$(top_srcdir)
/.git show-ref
--head
-s HEAD 2>/dev/null || echo exported)"
;
\
REVISION
=
"
$$
(echo
$$
REVISION|cut -b -10)"
;
\
echo
"const char psz_vlc_changeset[] =
\"
$$
REVISION
\"
;"
>>
$@
.tmp
mv
-f
$@
.tmp
$@
...
...
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