all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Cc: Jackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Subject: Re: [elpa] master 580a1b6: Respect .elpaignore when compiling and optimize compilation.
Date: Fri, 23 Dec 2016 18:49:21 -0500	[thread overview]
Message-ID: <jwvd1gidx8m.fsf-monnier+emacsdiffs@gnu.org> (raw)
In-Reply-To: <20161223195027.7C9E52201BC@vcs.savannah.gnu.org> (Jackson Ray Hamilton's message of "Fri, 23 Dec 2016 19:50:27 +0000 (UTC)")

> +              tar -ch $$pt/*.el --no-recursion		\
> +                  --exclude-vcs -X "$${pt}/.elpaignore"	\
> +                | tar --list;				\

I think we can skip the second tar with something like
"tar -cvhf /dev/null 2>&1".

But I have a question: are we sure that tar will always apply the -X
"$${pt}/.elpaignore" patterns to the files explicitly mentioned on the
command line?


        Stefan



       reply	other threads:[~2016-12-23 23:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20161223195027.29384.58430@vcs.savannah.gnu.org>
     [not found] ` <20161223195027.7C9E52201BC@vcs.savannah.gnu.org>
2016-12-23 23:49   ` Stefan Monnier [this message]
2016-12-24  6:58     ` [elpa] master 580a1b6: Respect .elpaignore when compiling and optimize compilation Jackson Ray Hamilton
2016-12-26  4:16       ` Stefan Monnier
2016-12-26 19:57         ` Jackson Ray Hamilton
2016-12-27  3:29           ` Stefan Monnier

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=jwvd1gidx8m.fsf-monnier+emacsdiffs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=jackson@jacksonrayhamilton.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.