From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ5De-0002Ji-4E for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:49:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ5DZ-0002Gl-Fq for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:49:29 -0400 Received: from [199.232.76.173] (port=34332 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ5DZ-0002GS-CN for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:49:25 -0400 Received: from smtp.eu.citrix.com ([62.200.22.115]:10043) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MZ5DY-000155-T0 for qemu-devel@nongnu.org; Thu, 06 Aug 2009 11:49:25 -0400 From: Bique Alexandre Date: Thu, 6 Aug 2009 16:47:35 +0100 References: <200908061640.39895.alexandre.bique@citrix.com> In-Reply-To: <200908061640.39895.alexandre.bique@citrix.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Boundary-00=_XsveK9jio/q1z8w" Message-ID: <200908061647.35246.alexandre.bique@citrix.com> Subject: [Qemu-devel] [PATCH 1/4] ATAPI pass through v3 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "qemu-devel@nongnu.org" --Boundary-00=_XsveK9jio/q1z8w Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Better TAG rule -- Alexandre Bique --Boundary-00=_XsveK9jio/q1z8w Content-Type: text/x-patch; charset="UTF-8"; name="makefile-tags-rule" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="makefile-tags-rule" diff --git a/Makefile b/Makefile index 2a4b3f3..df5b5c4 100644 --- a/Makefile +++ b/Makefile @@ -300,8 +300,9 @@ endif test speed: all $(MAKE) -C tests $@ +.PHONY: TAGS TAGS: - etags *.[ch] tests/*.[ch] block/*.[ch] hw/*.[ch] + find "$(SRC_PATH)" -name '*.[hc]' -print0 | xargs -0 etags cscope: rm -f ./cscope.* --Boundary-00=_XsveK9jio/q1z8w--