linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Christian Hesse <mail@eworm.de>
To: David Sterba <dsterba@suse.cz>
Cc: linux-btrfs@vger.kernel.org, Qu Wenruo <quwenruo@cn.fujitsu.com>,
	clm@fb.com
Subject: Re: [PATCH 1/1] btrfs-progs: fix build, manpage compression command
Date: Tue, 3 Jun 2014 13:55:52 +0200	[thread overview]
Message-ID: <20140603135552.7a25af73@leda.localdomain> (raw)
In-Reply-To: <20140603091407.GG22324@twin.jikos.cz>

[-- Attachment #1: Type: text/plain, Size: 1504 bytes --]

David Sterba <dsterba@suse.cz> on Tue, 2014/06/03 11:14:
> On Tue, Jun 03, 2014 at 08:09:25AM +0200, Christian Hesse wrote:
> > man pages for btrfs-progs are compressed by gzip by default. In Makefile
> > the variable GZIP is use, this evaluates to 'gzip gzip' on my system.
> > >From man gzip:
> > 
> > > The environment variable GZIP can hold a set of default options for
> > > gzip. These options are interpreted first and can be overwritten by
> > > explicit command line parameters.
> > 
> > So using any other variable name fixes this.
> 
> Thanks, I can see that you've fixed this bug for the second time.  The
> GZIP variable name got reverted during the asciidoc update and slipped
> through, sorry for that.

No problem, it is not a big deal.

> > --- a/Documentation/Makefile
> > +++ b/Documentation/Makefile
> > @@ -56,7 +56,7 @@ ifneq ($(findstring $(MAKEFLAGS),s),s)
> >  ifndef V
> >  	QUIET_ASCIIDOC	= @echo '   ' ASCIIDOC $@;
> >  	QUIET_XMLTO	= @echo '   ' XMLTO $@;
> > -	QUIET_GZIP	= @echo '   ' GZIP $@;
> > +	QUIET_GZIP	= @echo '   ' GZIPCMD $@;
> 
> JFYI, I've removed this change so the output stays the same.
> 
> I've assembled a branch containing doc-only fixes, including this one,
> and asked Chris do do a 3.14.3 release.

Thanks.
Though I would be fine if this just goes into the next regular release.
-- 
Schoene Gruesse
Chris
                         O< ascii ribbon campaign
                   stop html mail - www.asciiribbon.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

      reply	other threads:[~2014-06-03 12:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-03  6:09 [PATCH 1/1] btrfs-progs: fix build, manpage compression command Christian Hesse
2014-06-03  9:14 ` David Sterba
2014-06-03 11:55   ` Christian Hesse [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140603135552.7a25af73@leda.localdomain \
    --to=mail@eworm.de \
    --cc=clm@fb.com \
    --cc=dsterba@suse.cz \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=quwenruo@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).