[Top][All Lists]
[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: |
Wed, 05 Mar 2008 08:18:38 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.91 (gnu/linux) |
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 <address@hidden>
|
| * 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