From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSiiW-0000dj-AN for qemu-devel@nongnu.org; Sun, 06 Oct 2013 03:25:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VSiiQ-00020G-6z for qemu-devel@nongnu.org; Sun, 06 Oct 2013 03:25:28 -0400 Received: from wanbli.kerneis.info ([2001:41d0:8:38ad::1]:41813) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VSiiP-000206-UU for qemu-devel@nongnu.org; Sun, 06 Oct 2013 03:25:22 -0400 Date: Sun, 6 Oct 2013 08:25:17 +0100 From: Gabriel Kerneis Message-ID: <20131006072517.GA3931@kerneis.info> References: <1380984092-18502-1-git-send-email-gabriel@kerneis.info> <20131005221820.GA3892@kerneis.info> <5250F956.6010009@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5250F956.6010009@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] config-host.mak: escape configure arguments List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Peter Maydell , QEMU Developers , Paolo Bonzini On Sun, Oct 06, 2013 at 07:47:02AM +0200, Stefan Weil wrote: > What about removing the comment with the configure parameters > from config-host.mak? Sound like a good idea. > * Easier code - no need to create a configure call from a comment. Note we still need some escaping for single quotes, but Makefile would be cleaner indeed. I can send a new patch implementing this. -- Gabriel