all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
Cc: emacs-devel@gnu.org
Subject: Re: leim-list.el broke make-dist?
Date: Mon, 21 Jun 2004 20:56:51 +0900 (JST)	[thread overview]
Message-ID: <200406211156.UAA10423@etlken.m17n.org> (raw)
In-Reply-To: <yoj1xkb653u.fsf@bohm.phys.ntnu.no> (message from Terje Rosten on Sat, 19 Jun 2004 15:37:41 +0200)

In article <yoj1xkb653u.fsf@bohm.phys.ntnu.no>, Terje Rosten <terjeros@phys.ntnu.no> writes:

> Did this change:

>  2004-06-05  Kenichi Handa  <handa@m17n.org>

>   * Makefile.in (leim-list.el): Depend on leim-ext.el.  Append the
>     contents of leim-ext.el to leim-list.el.

>   * leim-ext.el: New file.

> break make-dist?
[...]
> make[1]: *** No rule to make target `/emacs/emacs-21.3.50/leim/leim-ext.el', needed by `leim-list.el'.  Stop.
> make[1]: Leaving directory `/emacs/emacs-21.3.50/leim'
> make: *** [leim] Error 2

Oops, I've just installed the attached change.  The tar ball
created next time will contain leim-ext.el.

---
Ken'ichi HANDA
handa@m17n.org


2004-06-21  Kenichi Handa  <handa@m17n.org>

	* make-dist: Link leim-ext.el into tempdir.

*** make-dist	17 Feb 2004 03:26:58 +0900	1.208
--- make-dist	21 Jun 2004 20:49:15 +0900	
***************
*** 406,411 ****
--- 406,412 ----
   ln MISC-DIC/*.* ../${tempdir}/leim/MISC-DIC
   ln ja-dic/*.el ja-dic/*.elc ../${tempdir}/leim/ja-dic
   ln Makefile.in ../${tempdir}/leim/Makefile.in
+  ln leim-ext.el ../${tempdir}/leim/leim-ext.el
   ln quail/[a-z]*.el quail/[a-z]*.elc ../${tempdir}/leim/quail
   rm -f ../${tempdir}/leim/quail/quick-b5.*
   rm -f ../${tempdir}/leim/quail/quick-cns.*

      reply	other threads:[~2004-06-21 11:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-19 13:37 leim-list.el broke make-dist? Terje Rosten
2004-06-21 11:56 ` Kenichi Handa [this message]

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=200406211156.UAA10423@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.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.
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.