Makefile: etags patch

Francois Gouget fgouget at free.fr
Thu Nov 6 14:57:36 CST 2003


Changelog:

 * Makefile.in

   If the command line is too long when calling etags, it's probably too
long when invoking ctags.


Index: Makefile.in
===================================================================
RCS file: /home/cvs/wine/Makefile.in,v
retrieving revision 1.150
diff -u -r1.150 Makefile.in
--- Makefile.in	6 Nov 2003 01:17:57 -0000	1.150
+++ Makefile.in	6 Nov 2003 12:50:15 -0000
@@ -129,7 +129,7 @@
 	find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | etags -

 tags ctags:
-	ctags --c-types=+px `find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print`
+	find $(TOPSRCDIR) -name '*.[ch]' -a -not -name '*.spec.c' -a -not -name '*.dbg.c' -print | ctags --c-types=+px -

 manpages:
 	$(MKINSTALLDIRS) $(TOPOBJDIR)/documentation/man3w



-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
         Demander si un ordinateur peut penser revient \xE0 demander
                         si un sous-marin peut nager.



More information about the wine-patches mailing list