From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:37421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qzsoe-0005om-Uk for qemu-devel@nongnu.org; Sat, 03 Sep 2011 12:11:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qzsoe-0002U6-0V for qemu-devel@nongnu.org; Sat, 03 Sep 2011 12:11:32 -0400 Received: from mail-fx0-f45.google.com ([209.85.161.45]:60866) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qzsod-0002Ty-SF for qemu-devel@nongnu.org; Sat, 03 Sep 2011 12:11:31 -0400 Received: by fxbb27 with SMTP id b27so2687256fxb.4 for ; Sat, 03 Sep 2011 09:11:30 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4E6251AF.8070700@redhat.com> Date: Sat, 03 Sep 2011 18:11:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1314629736-13023-1-git-send-email-aliguori@us.ibm.com> <4E60F8D8.2080605@us.ibm.com> <069ADDF5-0DF7-485C-9BF7-C7F697017070@web.de> In-Reply-To: <069ADDF5-0DF7-485C-9BF7-C7F697017070@web.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH] Rename qemu -> qemu-system-i386 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Andreas_F=E4rber?= Cc: Blue Swirl , Anthony Liguori , qemu-devel@nongnu.org On 09/03/2011 03:44 PM, Andreas Färber wrote: > This will leave an old qemu executable from a previous `make > install` behind. We should check for it and, unless it's a symlink > to qemu-system-i386, remove it in the install target. No, "make install" should never remove anything. Paolo