emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; make bootstrap failure


From: Sven Joachim
Subject: Re: 23.0.60; make bootstrap failure
Date: Tue, 04 Mar 2008 22:44:06 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.91 (gnu/linux)

On 2008-03-03 14:14 +0100, Stephen Berman wrote:

>> make[2]: *** No rule to make target `emacs-icon.h', needed by `xterm.o'.  
>> Stop.
>> make[2]: Leaving directory `/Users/steve/cvsroot/emacs/src'
>> make[1]: *** [bootstrap-build] Error 2
>> make[1]: Leaving directory `/Users/steve/cvsroot/emacs'
>> make: *** [bootstrap] Error 2
>
> Both `make maintainer-clean' and `make distclean' delete emacs-icon.h
> from emacs/src.

Even `make clean' deletes it, because it inadvertently matches the
following wildcard in src/Makefile:

,----
| clean: mostlyclean
|       rm -f emacs-*.*.*${EXEEXT} emacs${EXEEXT}
`----

Sven




reply via email to

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