emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Unbreak `make install' in leim/ when leim's ${INSTALLDIR} do


From: Kenichi Handa
Subject: Re: [PATCH] Unbreak `make install' in leim/ when leim's ${INSTALLDIR} doesn't exist
Date: Thu, 12 Oct 2006 22:10:27 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Giorgos Keramidas <address@hidden> writes:

> +       if [ ! -d ${INSTALLDIR} ] ; then \
> +          ${srcdir}/${dot}${dot}/mkinstalldirs ${INSTALLDIR}; \
> +       else true; fi

Here, I just followed the coding convention of the top level
Makefile.in.

> Apart from this minor difference, this is identical to the second
> version of the same patch I posted,

It seems that I missed the second version somehow, sorry.

> I will test it with a new build later today though.

Thank you.

---
Kenichi Handa
address@hidden




reply via email to

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