emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 580a1b6: Respect .elpaignore when compiling and optimi


From: Stefan Monnier
Subject: Re: [elpa] master 580a1b6: Respect .elpaignore when compiling and optimize compilation.
Date: Fri, 23 Dec 2016 18:49:21 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> +              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 via email to

[Prev in Thread] Current Thread [Next in Thread]