From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39280) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLuzZ-0003AQ-QR for qemu-devel@nongnu.org; Mon, 16 May 2011 06:25:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLuzY-0006YO-M5 for qemu-devel@nongnu.org; Mon, 16 May 2011 06:25:37 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26016) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLuzY-0006Y6-Cp for qemu-devel@nongnu.org; Mon, 16 May 2011 06:25:36 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p4GAPYi2001069 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 16 May 2011 06:25:34 -0400 Date: Mon, 16 May 2011 13:25:29 +0300 From: Alon Levy Message-ID: <20110516102529.GF27965@playa.redhat.com> References: <1305474018-23235-1-git-send-email-alevy@redhat.com> <1305474018-23235-3-git-send-email-alevy@redhat.com> <4DD0CB7A.7050700@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DD0CB7A.7050700@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/2] libcacard: add libcacard.la target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Mon, May 16, 2011 at 09:00:10AM +0200, Paolo Bonzini wrote: > On 05/15/2011 05:40 PM, Alon Levy wrote: > >- ln -s "$source_path/libcacard/Makefile" libcacard/Makefile > >+ ln -s -f "$source_path/libcacard/Makefile" libcacard/Makefile > > Use the "symlink" function rather than ln -s -f for portability to > broken platforms, please. ok. > > Note that this requires libtool at build time rather than only for > maintainers. This is unlike all other software using it. However, > I believe this is not too bad given that a special make invocation > is required. I was under the impression this was the way to use libtool (I've basically followed the manual). Is there another way that is better? > > Paolo