From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Unbreak `make install' in leim/ when leim's ${INSTALLDIR} doesn't exist Date: Thu, 12 Oct 2006 22:10:27 +0900 Message-ID: References: <549c434ebfb50d1a4ca2.1160608974@gothmog.pc> <20061012123556.GA89997@gothmog.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1160658669 7974 80.91.229.2 (12 Oct 2006 13:11:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 13:11:09 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 12 15:11:05 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GY0Jz-0003Ml-2J for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 15:10:00 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY0Jy-0002sT-Fv for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 09:09:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GY0Ji-0002rk-OP for emacs-devel@gnu.org; Thu, 12 Oct 2006 09:09:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GY0Jh-0002pU-0N for emacs-devel@gnu.org; Thu, 12 Oct 2006 09:09:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY0Jg-0002pD-RB for emacs-devel@gnu.org; Thu, 12 Oct 2006 09:09:40 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GY0Ru-00020q-K8 for emacs-devel@gnu.org; Thu, 12 Oct 2006 09:18:11 -0400 Original-Received: from smtp1.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k9CD9QQi025323; Thu, 12 Oct 2006 22:09:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id k9CD9QdC023556; Thu, 12 Oct 2006 22:09:26 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1GY0KR-0002t6-00; Thu, 12 Oct 2006 22:10:27 +0900 Original-To: Giorgos Keramidas In-reply-to: <20061012123556.GA89997@gothmog.pc> (message from Giorgos Keramidas on Thu, 12 Oct 2006 15:35:56 +0300) 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) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60659 Archived-At: In article <20061012123556.GA89997@gothmog.pc>, Giorgos Keramidas 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 handa@m17n.org