From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=44532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHe1s-00042W-Ev for qemu-devel@nongnu.org; Sun, 14 Nov 2010 09:58:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHe1k-0003VQ-SF for qemu-devel@nongnu.org; Sun, 14 Nov 2010 09:57:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:64440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHe1k-0003V5-Hv for qemu-devel@nongnu.org; Sun, 14 Nov 2010 09:57:56 -0500 Message-ID: <4CDFF8EE.3060005@redhat.com> Date: Sun, 14 Nov 2010 15:57:50 +0100 From: Paolo Bonzini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 11/14] assume existence of "ln -sf" References: <1289735342-8660-1-git-send-email-pbonzini@redhat.com> <1289735342-8660-12-git-send-email-pbonzini@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org On 11/14/2010 03:39 PM, Blue Swirl wrote: >> > The code in this patch was introduced for a Solaris port, but >> > ln -sf exists in Solaris 2.6 at least. > > The problem is not that 'ln -sf' would not exist, but rather that the > force of the '-f' flag is too weak to actually remove anything. Oh well... Paolo