emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: [unicode-2] build failure "temacs: Command not found"


From: Kenichi Handa
Subject: Re: [unicode-2] build failure "temacs: Command not found"
Date: Fri, 15 Jun 2007 15:46:06 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.0 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

In article <address@hidden>, Ulrich Mueller <address@hidden> writes:

> compilation of Emacs Unicode-2 fails under FreeBSD on Sparc (also
> sometimes under GNU/Linux on x86, for parallel make -j5) with the
> error message "temacs: Command not found".

> Below I include the configuration, the tail of the build log, and a
> patch that should fix the problem.
[...]

Thank you for the report.  I've just committed your fix.

---
Kenichi Handa
address@hidden


> --- src/Makefile.in   11 Jun 2007 00:57:42 -0000      1.279.2.44
> +++ src/Makefile.in   12 Jun 2007 22:34:23 -0000
> @@ -1000,7 +1000,7 @@
>  UNIDATA=${admindir}unidata/UnicodeData.txt
>  #endif
>  
> -${lispsource}international/charprop.el: ${UNIDATA}
> +${lispsource}international/charprop.el: temacs${EXEEXT} ${UNIDATA}
>       RUNEMACS="$(RUN_TEMACS)"; \
>       cd ${admindir}unidata; \
>       $(MAKE) $(MFLAGS) \




reply via email to

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