From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1db1-00010B-4n for qemu-devel@nongnu.org; Wed, 15 Aug 2012 09:25:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1daz-000830-Qw for qemu-devel@nongnu.org; Wed, 15 Aug 2012 09:25:15 -0400 Message-ID: <502BA333.7010208@redhat.com> Date: Wed, 15 Aug 2012 07:25:07 -0600 From: Eric Blake MIME-Version: 1.0 References: <1345030164-2496-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1345030164-2496-1-git-send-email-peter.maydell@linaro.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enig797AF8ED318C1F65762CA76E" Subject: Re: [Qemu-devel] [PATCH v2] Makefile: Avoid explicit list of directories in clean target List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-trivial@nongnu.org, Stefan Hajnoczi , Stefan Weil , qemu-devel@nongnu.org, patches@linaro.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig797AF8ED318C1F65762CA76E Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 08/15/2012 05:29 AM, Peter Maydell wrote: > Avoid having an explicit list of directories in the 'clean' > target by using 'find' to remove all .o and .d files instead. >=20 > Signed-off-by: Peter Maydell > --- > Changes v1->v2: use portable 'find -exec' rather than unsafe 'find | xa= rgs' > or unportable 'find -print0 | xargs -0'. >=20 > Makefile | 7 ++----- > 1 file changed, 2 insertions(+), 5 deletions(-) Reviewed-by: Eric Blake --=20 Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --------------enig797AF8ED318C1F65762CA76E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBCAAGBQJQK6M0AAoJEKeha0olJ0NqcMkH/2OOkWTORF1bufnnD+EWWKvR WJQ3k1AFIqku1IAX+XDZ9hhnF/qFtSptat5BIDBHPur4K+qrK0EeIt5Zn9fHQNSI 6cibkpVnmPBCvlY375byz/O8usmM9X999MP7Ew/6RhDavCT5gXBVSPFFoUEul5zE gVcUFVx95lNhteFdLCfptJFUkvbtmEktp9eolKI8BMezb97jWxrbV24Ebh/XztqY sXzqSh4yuMOFFQYqans5p0Xhz8DJ89vVywzWBF1SPTU3WsQfJOzLI6A3R88Fxy+3 +iZ4G3UOrge1w/khzVIMaqfFjRaWr8Fu7mraPwwSEwfik4lo5dQ7sS5A7fKr2RI= =BVAN -----END PGP SIGNATURE----- --------------enig797AF8ED318C1F65762CA76E--