From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59021) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8xMm-0002xu-19 for qemu-devel@nongnu.org; Sat, 17 Mar 2012 13:24:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S8xMR-0005ty-3R for qemu-devel@nongnu.org; Sat, 17 Mar 2012 13:24:31 -0400 Received: from mail-iy0-f173.google.com ([209.85.210.173]:39116) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S8xMQ-0005tU-Un for qemu-devel@nongnu.org; Sat, 17 Mar 2012 13:24:11 -0400 Received: by iafj26 with SMTP id j26so8048012iaf.4 for ; Sat, 17 Mar 2012 10:24:08 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4F64B4F2.5020805@weilnetz.de> References: <1331998306-30941-1-git-send-email-sw@weilnetz.de> <4F64B4F2.5020805@weilnetz.de> Date: Sat, 17 Mar 2012 17:24:08 +0000 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH] configure: Fix creation of symbolic links for MinGW toolchain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial , qemu-devel@nongnu.org On 17 March 2012 15:59, Stefan Weil wrote: > Am 17.03.2012 16:49, schrieb Peter Maydell: >> Where do we symlink directories? (I exclude the setting up >> of the linux headers because that will only happen on Linux >> hosts where we know we have working symlinks.) > pc-bios/keymaps Oh yes, missed that one (since it's a directory name cunningly hidden in a variable named FILES :-)). I'm just a little wary of 'rm -rf', especially here where we're nuking whatever was passed as an argument and we aren't getting the shell quoting right. In theory we could use a wildcard for the keymaps the same way we do for a bunch of the other pc-bios files; I'm not sure if it's worth the effort, though. -- PMM