build-sys: Flip default to no git pull on make dist

This commit is contained in:
Maarten Bosmans 2011-03-16 10:47:20 +01:00 committed by Colin Guthrie
parent b8db02755a
commit efcddf68c7

View file

@ -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