From: Paul Eggert Date: Wed, 18 Mar 2015 05:54:28 +0000 (-0700) Subject: tar: don't assume GZIP X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=731b7b07debfa2333b499727cfb8f9e90c533931;hp=4eb1484dced64b74cafda40918c0d96e5084846a tar: don't assume GZIP * Makefile.am (dist-hook): Port to gzip implementations that warn about nontrivial settings in the GZIP environment var. --- diff --git a/Makefile.am b/Makefile.am index 96505c0..4928d2f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,7 +26,7 @@ dist-hook: $(MAKE) changelog_dir=$(distdir) ChangeLog -rm -f $(distdir).cpio find $(distdir) | cpio -Hcrc -o | \ - GZIP=$(GZIP_ENV) gzip -c > $(distdir).cpio.gz + eval GZIP= gzip $(GZIP_ENV) -c > $(distdir).cpio.gz distclean-local: -rm -f $(distdir).cpio.gz