Makefile: etags patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




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@xxxxxxx        http://fgouget.free.fr/
         Demander si un ordinateur peut penser revient \xE0 demander
                         si un sous-marin peut nager.


[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux