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

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

Re: make bootstrap failed


From: Katsumi Yamaoka
Subject: Re: make bootstrap failed
Date: Wed, 24 Mar 2004 07:26:00 +0900
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux)

Handa-san, could you please install it?

Thanks in advance.

>>>>> In <address@hidden> 半田さん wrote:

> Stefan's change added "*/.*" and "*/.*/*" to the ignored
> patterns for subdirs in the macro setwins.  And, Yamaoka-san
> wrote in the other mail that that his working directory is
> something like /tmp/.yamaoka/Work/emacs/.  So, it seems that
> setwins ignores all directories in his case.

> I think the attached patch fixes it.  Shall I install it?

> ---
> Ken'ichi HANDA
> address@hidden

> *** Makefile.in.~1.53.~       Mon Mar  8 08:01:38 2004
> --- Makefile.in       Wed Mar 10 10:10:52 2004
> ***************
> *** 136,152 ****

>   # Common command to find subdirectories

> ! setwins=subdirs=`find $$wd -type d -print`; \
>       for file in $$subdirs; do \
>          case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | 
> */=* ) ;; \
> !             *) wins="$$wins $$file" ;; \
>          esac; \
>           done

> ! setwins_almost=subdirs=`find $$wd -type d -print`; \
>       for file in $$subdirs; do \
>          case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | 
> */=* | */obsolete | */term ) ;; \
> !             *) wins="$$wins $$file" ;; \
>          esac; \
>           done

> --- 136,152 ----

>   # Common command to find subdirectories

> ! setwins=subdirs=`(cd $$wd; find . -type d -print)`; \
>       for file in $$subdirs; do \
>          case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | 
> */=* ) ;; \
> !             *) wins="$$wins $$wd/$$file" ;; \
>          esac; \
>           done

> ! setwins_almost=subdirs=`(cd $$wd; find . -type d -print)`; \
>       for file in $$subdirs; do \
>          case $$file in */Old | */RCS | */CVS | */CVS/* | */.* | */.*/* | 
> */=* | */obsolete | */term ) ;; \
> !             *) wins="$$wins $$wd/$$file" ;; \
>          esac; \
>           done





reply via email to

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