all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@linux-m68k.org>
To: Stephen Leake <stephen_leake@stephe-leake.org>
Cc: Nicolas Richard <theonewiththeevillook@yahoo.fr>, 17292@debbugs.gnu.org
Subject: bug#17292: 24.3.90; ELPA : "make" makes an error compiling ada-build.el
Date: Sat, 19 Apr 2014 22:13:13 +0200	[thread overview]
Message-ID: <87d2gdm61y.fsf@igel.home> (raw)
In-Reply-To: <85bnvxpd5x.fsf@stephe-leake.org> (Stephen Leake's message of "Sat, 19 Apr 2014 10:11:22 -0500")

Stephen Leake <stephen_leake@stephe-leake.org> writes:

> Is there any way to indicate to the make process that it must build wisi
> first, and add it to the load path when building ada-mode?

Please try this patch:

diff --git a/GNUmakefile b/GNUmakefile
index 2b07767..d47cb43 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -133,7 +133,8 @@ elcs := $(call SET-diff, $(naive_elcs), $(patsubst %.el, %.elc, $(nbc_els)))
 	@$(EMACS) \
 	    --eval "(setq package-directory-list '(\"$(abspath packages)\"))" \
 	    --eval '(package-initialize)' \
-	    -L $(dir $@) -f batch-byte-compile $<
+	    $(patsubst %, -L %, $(filter-out %/cl-lib, $(pkgs))) \
+	    -f batch-byte-compile $<
 
 .PHONY: elcs
 elcs: $(elcs)

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





  parent reply	other threads:[~2014-04-19 20:13 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-18 15:04 bug#17292: 24.3.90; ELPA : "make" makes an error compiling ada-build.el Nicolas Richard
2014-04-19 15:11 ` Stephen Leake
2014-04-19 19:41   ` Nicolas Richard
2014-04-19 20:13   ` Andreas Schwab [this message]
2014-04-20  2:50     ` Stefan Monnier
2014-04-20  6:29       ` Eli Zaretskii
2014-04-20 12:10         ` Stefan Monnier
2014-04-23  8:54           ` Andreas Schwab
2014-04-23  9:07             ` Nicolas Richard
2014-04-20  2:54   ` Dmitry Gutov
2014-04-20 12:12     ` 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=87d2gdm61y.fsf@igel.home \
    --to=schwab@linux-m68k.org \
    --cc=17292@debbugs.gnu.org \
    --cc=stephen_leake@stephe-leake.org \
    --cc=theonewiththeevillook@yahoo.fr \
    /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.