| Submitter | Bique Alexandre |
|---|---|
| Date | Aug. 6, 2009, 3:47 p.m. |
| Message ID | <200908061647.35246.alexandre.bique@citrix.com> |
| Download | mbox | patch |
| Permalink | /patch/30860/ |
| State | Superseded |
| Headers | show |
Comments
On Thu, Aug 06, 2009 at 04:47:35PM +0100, Bique Alexandre wrote:
> Better TAG rule
This should be the subject of the patch, and the body should include a
short description and a Signed-off-by tag.
Given that it's not directly related to ATAPI support you might want to
send it out seperately.
Patch
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.*