emacs-devel
[Top][All Lists]
Advanced

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

Re: make distclean and quail


From: Paul Eggert
Subject: Re: make distclean and quail
Date: Mon, 15 Jul 2013 08:05:03 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

On 07/15/2013 04:41 AM, Juanma Barranquero wrote:
> Isn't that bit in leim/Makefile.in a bit too trigger happy?
> 
>   distclean: clean
>   -[ `cd ${srcdir} && /bin/pwd` != `/bin/pwd` ] && rm -rf quail
>   rm -f Makefile

The "rm -rf quail" bit should be executed only if the build
directory differs from the source directory.  Was your build
directory the same as your source directory?  If so,
you might investigate why
"[ `cd ${srcdir} && /bin/pwd` != `/bin/pwd` ]" is
mistakenly succeeding on your platform, even though
you're building from the source directory.



reply via email to

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