mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
build-sys: Flip default to no git pull on make dist
This commit is contained in:
parent
b8db02755a
commit
efcddf68c7
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ fedora-snapshot: dist
|
|||
|
||||
dist-hook:
|
||||
if test -d .git ; then \
|
||||
test -z $$SKIP_GIT && git pull ; \
|
||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
||||
test -z $$USE_GIT || git pull ; \
|
||||
test -f ${distdir}/ChangeLog && chmod u+w ${distdir}/ChangeLog ; \
|
||||
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
||||
fi
|
||||
echo $(VERSION) > $(distdir)/.tarball-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue