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 / Register
Toggle navigation
Open sidebar
GStreamer
common
Commits
79d47d47
Commit
79d47d47
authored
Apr 24, 2017
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release.mak: add dist hook to check that meson version is in sync
parent
60aeef68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
release.mak
release.mak
+8
-0
No files found.
release.mak
View file @
79d47d47
...
...
@@ -35,3 +35,11 @@ distcheck-hook:
find
$(distdir)
-name
\*
-enumtypes
.[ch] |
grep
-v
win32
&&
\
find
$(distdir)
-name
\*
-marshal
.[ch]
&&
\
false
)
dist-hook
:
@
if
test
-f
meson.build
&&
!
$(GREP)
-e
"version.*'
$(VERSION)
'"
meson.build
>
/dev/null
;
then
\
echo
"*******************************************************"
;
\
echo
"* meson.build needs to be updated for version
$(VERSION)
"
;
\
echo
"*******************************************************"
;
\
false
;
\
fi
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