From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:59054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScTCH-0003kY-Ui for qemu-devel@nongnu.org; Wed, 06 Jun 2012 23:15:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScTCG-0005T3-Be for qemu-devel@nongnu.org; Wed, 06 Jun 2012 23:15:41 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:38262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScTCG-0005Sz-5w for qemu-devel@nongnu.org; Wed, 06 Jun 2012 23:15:40 -0400 Received: by pbbro12 with SMTP id ro12so450606pbb.4 for ; Wed, 06 Jun 2012 20:15:38 -0700 (PDT) Message-ID: <4FD01CD3.8000102@codemonkey.ws> Date: Thu, 07 Jun 2012 11:15:31 +0800 From: Anthony Liguori 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> <4FCF4A2C.7050601@redhat.com> In-Reply-To: <4FCF4A2C.7050601@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Paolo Bonzini Cc: Peter Maydell , qemu-devel@nongnu.org On 06/06/2012 08:16 PM, Paolo Bonzini wrote: > 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. I saw that too, but I thought $() was a bash-ism. Regards, Anthony Liguori > > Paolo > >