mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -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:
|
dist-hook:
|
||||||
if test -d .git ; then \
|
if test -d .git ; then \
|
||||||
test -z $$SKIP_GIT && git pull ; \
|
test -z $$USE_GIT || git pull ; \
|
||||||
chmod u+w ${distdir}/ChangeLog || true ; \
|
test -f ${distdir}/ChangeLog && chmod u+w ${distdir}/ChangeLog ; \
|
||||||
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
( git-changelog.perl || echo "git-changelog.perl failed." ) > ${distdir}/ChangeLog 2>&1 ; \
|
||||||
fi
|
fi
|
||||||
echo $(VERSION) > $(distdir)/.tarball-version
|
echo $(VERSION) > $(distdir)/.tarball-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue