all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [elpa] 02/03: Compile chess-perft and dependencies to speed up ert tests.
       [not found] ` <E1WrlAU-0004mW-VP@vcs.savannah.gnu.org>
@ 2014-06-03 13:51   ` Stefan Monnier
  2014-06-03 16:25     ` Mario Lang
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2014-06-03 13:51 UTC (permalink / raw)
  To: emacs-devel

> +.el.elc:
> +	@$(EMACS) --batch -L . \
> +	--eval "(defun byte-compile-dest-file (f) \"$@\")" \
> +	--eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"

Any reason you don't use "-f batch-byte-compile"?


        Stefan



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [elpa] 02/03: Compile chess-perft and dependencies to speed up ert tests.
  2014-06-03 13:51   ` [elpa] 02/03: Compile chess-perft and dependencies to speed up ert tests Stefan Monnier
@ 2014-06-03 16:25     ` Mario Lang
  0 siblings, 0 replies; 2+ messages in thread
From: Mario Lang @ 2014-06-03 16:25 UTC (permalink / raw)
  To: emacs-devel

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> +.el.elc:
>> +	@$(EMACS) --batch -L . \
>> +	--eval "(defun byte-compile-dest-file (f) \"$@\")" \
>> +	--eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"
>
> Any reason you don't use "-f batch-byte-compile"?

No, actually not.  I was copying from presumably old automake magic.
-f batch-byte-compile is of course what I was actually looking for, thanks
for reminding me!

P.S.: I love code-reviews!

-- 
CYa,
  ⡍⠁⠗⠊⠕



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-06-03 16:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20140603093805.18309.81726@vcs.savannah.gnu.org>
     [not found] ` <E1WrlAU-0004mW-VP@vcs.savannah.gnu.org>
2014-06-03 13:51   ` [elpa] 02/03: Compile chess-perft and dependencies to speed up ert tests Stefan Monnier
2014-06-03 16:25     ` Mario Lang

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.