unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* leim-list.el broke make-dist?
@ 2004-06-19 13:37 Terje Rosten
  2004-06-21 11:56 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Terje Rosten @ 2004-06-19 13:37 UTC (permalink / raw)



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?

This sequence of commands

$ setarch i386 ./configure
$ setarch i386 make boostrap
$ setarch i386 ./make-dist
$ cd emacs-21.3.50
$ setarch i385 ./configure
$ setarch i385 make

ends with:

Converting cangjie-table.b5 to tsang-b5.el...done
Converting cangjie-table.b5 to quick-b5.el...
Converting cangjie-table.b5 to quick-b5.el...done
Converting CTLau.html to CTLau.el...
Converting CTLau.html to CTLau.el...done
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


 - Terje

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

* Re: leim-list.el broke make-dist?
  2004-06-19 13:37 leim-list.el broke make-dist? Terje Rosten
@ 2004-06-21 11:56 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2004-06-21 11:56 UTC (permalink / raw)
  Cc: emacs-devel

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.*

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

end of thread, other threads:[~2004-06-21 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-19 13:37 leim-list.el broke make-dist? Terje Rosten
2004-06-21 11:56 ` Kenichi Handa

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).