unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60; make bootstrap failure
@ 2008-03-03 10:22 Stephen Berman
  2008-03-03 13:14 ` Stephen Berman
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2008-03-03 10:22 UTC (permalink / raw)
  To: emacs-devel

Just updated from the trunk, maintainer-clean, bootstrap:

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





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

* Re: 23.0.60; make bootstrap failure
  2008-03-03 10:22 23.0.60; make bootstrap failure Stephen Berman
@ 2008-03-03 13:14 ` Stephen Berman
  2008-03-04 21:44   ` Sven Joachim
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Berman @ 2008-03-03 13:14 UTC (permalink / raw)
  To: emacs-devel

On Mon, 03 Mar 2008 11:22:04 +0100 Stephen Berman <Stephen.Berman@gmx.net> wrote:

> Just updated from the trunk, maintainer-clean, bootstrap:
>
> 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.

Steve Berman





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

* Re: 23.0.60; make bootstrap failure
  2008-03-03 13:14 ` Stephen Berman
@ 2008-03-04 21:44   ` Sven Joachim
  2008-03-05  7:18     ` Sven Joachim
  0 siblings, 1 reply; 4+ messages in thread
From: Sven Joachim @ 2008-03-04 21:44 UTC (permalink / raw)
  To: Stephen Berman; +Cc: emacs-devel

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




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

* Re: 23.0.60; make bootstrap failure
  2008-03-04 21:44   ` Sven Joachim
@ 2008-03-05  7:18     ` Sven Joachim
  0 siblings, 0 replies; 4+ messages in thread
From: Sven Joachim @ 2008-03-05  7:18 UTC (permalink / raw)
  To: Stephen Berman; +Cc: emacs-devel

On 2008-03-04 22:44 +0100, Sven Joachim wrote:

> On 2008-03-03 14:14 +0100, Stephen Berman wrote:
>> 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}
> `----

Nay, it does not any more, I failed to notice that there are _two_ dots
in the wildcard expression.  In fact it is fixed, see the Changelog
entry:

,----
| 2008-03-04  Andreas Schwab  <schwab@suse.de>
| 
| 	* Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.
| 	(versionclean): Likewise.
`----

You will have to run `make distclean' followed by `cvs up' to let that
change take effect.

Sven




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

end of thread, other threads:[~2008-03-05  7:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 10:22 23.0.60; make bootstrap failure Stephen Berman
2008-03-03 13:14 ` Stephen Berman
2008-03-04 21:44   ` Sven Joachim
2008-03-05  7:18     ` Sven Joachim

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