From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:50263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScFAY-0007Pt-2E for qemu-devel@nongnu.org; Wed, 06 Jun 2012 08:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScFAR-0003uY-Vy for qemu-devel@nongnu.org; Wed, 06 Jun 2012 08:16:57 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:42417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScFAR-0003uI-N5 for qemu-devel@nongnu.org; Wed, 06 Jun 2012 08:16:51 -0400 Received: by dadv2 with SMTP id v2so9452976dad.4 for ; Wed, 06 Jun 2012 05:16:49 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FCF4A2C.7050601@redhat.com> Date: Wed, 06 Jun 2012 14:16:44 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1338964592-22223-1-git-send-email-pbonzini@redhat.com> <1338964592-22223-26-git-send-email-pbonzini@redhat.com> <4FCF1BCC.1090208@codemonkey.ws> <4FCF450F.3000904@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 25/25] build: do not create directories at configure time List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Anthony Liguori Il 06/06/2012 14:03, Peter Maydell ha scritto: > Can we use > mkdir -p "$(dirname "$2")" > > or are we still trying to be compatible with some non-POSIX > shell from the dawn of time? Looks like we can, there are other occurrences of $() in configure. Paolo