Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
e9a932b5
Commit
e9a932b5
authored
Jan 31, 2010
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silent rules for revision
parent
19bed424
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
src/Makefile.am
src/Makefile.am
+7
-7
No files found.
src/Makefile.am
View file @
e9a932b5
...
...
@@ -528,19 +528,19 @@ BUILT_SOURCES += stamp-revision
CLEANFILES
+=
revision.txt revision.c
revision.c
:
revision.txt
rm
-f
--
revision.c
echo
"const char psz_vlc_changeset[] =
\"
$$
(cat revision.txt)
\"
;"
\
$(AM_V_at)
rm
-f
--
revision.c
$(AM_V_GEN)
echo
"const char psz_vlc_changeset[] =
\"
$$
(cat revision.txt)
\"
;"
\
>
revision.c
revision.txt
:
Makefile.am
$(MAKE)
stamp-revision
touch
revision.txt
$(
AM_V_at)$(
MAKE)
stamp-revision
$(AM_V_GEN)
touch
revision.txt
stamp-revision
:
rm
-f
--
revision.tmp
(
git
--git-dir
=
"
$(top_srcdir)
/.git/"
describe
--tags
--long
\
$(AM_V_at)
rm
-f
--
revision.tmp
$(AM_V_GEN)
(
git
--git-dir
=
"
$(top_srcdir)
/.git/"
describe
--tags
--long
\
--match
'?.*.*'
--always
||
echo
exported
)
>
revision.tmp
if
diff revision.tmp revision.txt
>
/dev/null
;
then
\
$(AM_V_at)
if
diff revision.tmp revision.txt
>
/dev/null 2>&1
;
then
\
rm
-f
--
revision.tmp
;
\
else
\
mv
-f
--
revision.tmp revision.txt
;
\
...
...
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