emacs-devel
[Top][All Lists]
Advanced

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

Re: Trunk: Build error on FreeBSD


From: Herbert J. Skuhra
Subject: Re: Trunk: Build error on FreeBSD
Date: Sat, 15 Sep 2012 22:57:56 +0200
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.2.50 (i386-pc-freebsd9.1) MULE/6.0 (HANACHIRUSATO)

On Sat, 15 Sep 2012 02:33:19 -0700
Paul Eggert <address@hidden> wrote:

> On 09/15/2012 01:44 AM, Herbert J. Skuhra wrote:> Hi,
> 
> > % ./configure
> > % find . -name "epaths.h"
> > ./src/epaths.h
> > % gmake bootstrap
> > [...]
> > gmake[2]: *** No rule to make target `epaths.h', needed by `xfns.o'.  Stop.
> > gmake[2]: Leaving directory `/home/herbert/source/emacs/trunk/src'
> 
> On Fedora 17, 'gmake bootstrap' does delete src/epaths.h
> as part of the 'bootstrap-clean' action, but it goes on
> to recreate it as part of './config.status --recheck' or
> './configure'.  Can you investigate why the latter doesn't
> occur for you?  Perhaps append '&& find . -name epaths.h'
> to the MAKE_CONFIG_STATUS macro definition.

The command

${MAKE-make} MAKEFILE_NAME=do-not-make-Makefile epaths-force

fails if run from config.status:

creating src/epaths.h
make: don't know how to make wd. Stop

If I replace ${MAKE-make} with gmake in configure 'gmake bootstrap'
works.

-- 
Herbert



reply via email to

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