From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYEbq-0000jb-NS for qemu-devel@nongnu.org; Tue, 23 Feb 2016 10:10:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYEbl-0005Hi-2s for qemu-devel@nongnu.org; Tue, 23 Feb 2016 10:10:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYEbk-0005HW-SX for qemu-devel@nongnu.org; Tue, 23 Feb 2016 10:10:36 -0500 References: <1456238983-10160-1-git-send-email-peter.maydell@linaro.org> <1456238983-10160-3-git-send-email-peter.maydell@linaro.org> From: Eric Blake Message-ID: <56CC766A.1070208@redhat.com> Date: Tue, 23 Feb 2016 08:10:34 -0700 MIME-Version: 1.0 In-Reply-To: <1456238983-10160-3-git-send-email-peter.maydell@linaro.org> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="Vuwrt5Ct9KCFemhW6LXkMwj1oW44e18gQ" Subject: Re: [Qemu-devel] [PATCH 2/3] scripts/clean-includes: Ignore .inc.c files List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: Richard Henderson , patches@linaro.org This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --Vuwrt5Ct9KCFemhW6LXkMwj1oW44e18gQ Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/23/2016 07:49 AM, Peter Maydell wrote: > Ignore files which have a .inc.c extension -- these are not headers > but they are not standalone C source files either, so we can't make > any automated decisions about what #include directives they should > have. >=20 > Signed-off-by: Peter Maydell > --- > scripts/clean-includes | 5 +++++ > 1 file changed, 5 insertions(+) Reviewed-by: Eric Blake >=20 > diff --git a/scripts/clean-includes b/scripts/clean-includes > index 8a3f398..177d253 100755 > --- a/scripts/clean-includes > +++ b/scripts/clean-includes > @@ -94,6 +94,11 @@ EOT > =20 > for f in "$@"; do > case "$f" in > + *.inc.c) > + # These aren't standalone C source files > + echo "SKIPPING $f (not a standalone source file)" > + continue > + ;; > *.c) > MODE=3Dc > ;; >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --Vuwrt5Ct9KCFemhW6LXkMwj1oW44e18gQ Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWzHZqAAoJEKeha0olJ0Nq+AIIAJ8m6bCWE/jw2apUusnMRyaG emnTXn862BpNasS+9vqlxDyAcbQ49kASakL2wCFIYUkaXI8u4wA3wkFLvvSX6jcs YbTF/qmsNF8niKhifjTe4m4u2Pu+YcpXaHd1VSrL4ikygICi48AT7+akVBnDZIYs wCZxwEBhnbwp6uYOAJ4EViAo541QaBa2SxePUvHxrS5xAqtYoB7YLpnwCmYZPbvG +LQgU64ES+J9YtnSCOgeT0HxNwcglHV0DUk/bNZRJbEdfE/MYv7XvGWHf9o0ixmQ kmMqDaV0onQeOwNCN79UE57+1Xzam0lxbHaeLM66LJc6xt2OP4H9Jq0V72do4Nw= =Mnvb -----END PGP SIGNATURE----- --Vuwrt5Ct9KCFemhW6LXkMwj1oW44e18gQ--