All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: [PATCH][Mini-OS] cscope patch
@ 2006-04-13 15:07 Puthiyaparambil, Aravindh
  2006-04-13 15:20 ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Puthiyaparambil, Aravindh @ 2006-04-13 15:07 UTC (permalink / raw)
  To: Anthony Liguori; +Cc: xen-devel, Grzegorz Milos

No worries. I will resend with the correct syntax. I am using Outlook so
I am not able to inline :-) I am inserting the patch file as a
plain-text attachment. Are you not able to read it?

Aravindh


> -----Original Message-----
> From: Anthony Liguori [mailto:aliguori@us.ibm.com]
> Sent: Thursday, April 13, 2006 11:03 AM
> To: Puthiyaparambil, Aravindh
> Cc: xen-devel@lists.xensource.com; Grzegorz Milos
> Subject: Re: [Xen-devel] [PATCH][Mini-OS] cscope patch
> 
> Sorry to be a nuisance about this, but it really ought to be
> Signed-off-by.  Also, if you can send future patches as a plain-text
> attachment (or inlined) it would be much appreciated.
> 
> Regards,
> 
> Anthony Liguori
> 
> Puthiyaparambil, Aravindh wrote:
> > This patch adds a cscope option to the Mini-OS makefile.
> >
> > Signed off by Aravindh Puthiyaparambil
> > <aravindh.puthiyaparambil@unisys.com>
> >
> >
------------------------------------------------------------------------
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread
* [PATCH][Mini-OS] cscope patch
@ 2006-04-13 14:45 Puthiyaparambil, Aravindh
  2006-04-13 15:02 ` Anthony Liguori
  0 siblings, 1 reply; 4+ messages in thread
From: Puthiyaparambil, Aravindh @ 2006-04-13 14:45 UTC (permalink / raw)
  To: xen-devel; +Cc: Grzegorz Milos

[-- Attachment #1: Type: text/plain, Size: 139 bytes --]

This patch adds a cscope option to the Mini-OS makefile.

Signed off by Aravindh Puthiyaparambil
<aravindh.puthiyaparambil@unisys.com>

[-- Attachment #2: cscope.patch --]
[-- Type: application/octet-stream, Size: 768 bytes --]

diff -r 2a7a46dd3bd6 .hgignore
--- a/.hgignore	Thu Apr 13 11:26:01 2006 +0100
+++ b/.hgignore	Thu Apr 13 10:06:30 2006 -0400
@@ -52,6 +52,7 @@
 ^extras/mini-os/h/hypervisor-ifs$
 ^extras/mini-os/h/xen-public$
 ^extras/mini-os/mini-os\..*$
+^extras/mini-os/cscope\.*$
 ^install/.*$
 ^linux-[^/]*-xen/.*$
 ^linux-[^/]*-xen0/.*$
diff -r 2a7a46dd3bd6 extras/mini-os/Makefile
--- a/extras/mini-os/Makefile	Thu Apr 13 11:26:01 2006 +0100
+++ b/extras/mini-os/Makefile	Thu Apr 13 10:06:30 2006 -0400
@@ -60,4 +60,12 @@ clean:
 %.o: %.S $(HDRS) Makefile
 	$(CC) $(CFLAGS) -D__ASSEMBLY__ -c $< -o $@
 
+define all_sources
+     ( find . -follow -name SCCS -prune -o -name '*.[chS]' -print )
+endef
 
+.PHONY: cscope
+cscope:
+	$(all_sources) > cscope.files
+	cscope -k -b -q
+

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-04-13 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-13 15:07 [PATCH][Mini-OS] cscope patch Puthiyaparambil, Aravindh
2006-04-13 15:20 ` Anthony Liguori
  -- strict thread matches above, loose matches on Subject: below --
2006-04-13 14:45 Puthiyaparambil, Aravindh
2006-04-13 15:02 ` Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.