From efcddf68c7d8e7530ea82282c599fabfc34871ea Mon Sep 17 00:00:00 2001 From: Maarten Bosmans Date: Wed, 16 Mar 2011 10:47:20 +0100 Subject: build-sys: Flip default to no git pull on make dist --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a8a9eaac..ca43de10 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- cgit