From: Kel Modderman <kel@otaku42.de>
To: Tejun Heo <tj@kernel.org>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH 5/5] storage-fixup: a Makefile
Date: Mon, 17 Nov 2008 03:43:59 +1000 [thread overview]
Message-ID: <200811170343.59740.kel@otaku42.de> (raw)
In-Reply-To: <491A697F.8090808@kernel.org>
On Wednesday 12 November 2008 15:28:31 Tejun Heo wrote:
> Kel Modderman wrote:
> > +dist: clean
> > + git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD \
> > + $(FILES) | tar -C.. -xf -
> > + tar -czvf ../$(NAME)-$(VERSION).tar.gz -C.. $(NAME)-$(VERSION)/
> > + $(RM) -r ../$(NAME)-$(VERSION)/
>
> Why untar and tar again?
>
Don't have a reason. This is probably better:
---
dist: clean
git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD \
$(FILES) | gzip > ../$(NAME)-$(VERSION).tar.gz
---
Thanks, Kel.
next prev parent reply other threads:[~2008-11-16 17:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-28 23:11 [PATCH 5/5] storage-fixup: a Makefile Kel Modderman
2008-11-12 5:28 ` Tejun Heo
2008-11-16 17:43 ` Kel Modderman [this message]
2008-11-17 2:18 ` Tejun Heo
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=200811170343.59740.kel@otaku42.de \
--to=kel@otaku42.de \
--cc=linux-ide@vger.kernel.org \
--cc=tj@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.