]> git.pld-linux.org Git - packages/anjuta.git/commitdiff
- don't rebuild (and install) tags for system incude files
authorfilon <filon@sokrates.mimuw.edu.pl>
Tue, 12 Feb 2002 18:38:56 +0000 (18:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anjuta-dont_rebuild_tags.patch -> 1.1

anjuta-dont_rebuild_tags.patch [new file with mode: 0644]

diff --git a/anjuta-dont_rebuild_tags.patch b/anjuta-dont_rebuild_tags.patch
new file mode 100644 (file)
index 0000000..dd75282
--- /dev/null
@@ -0,0 +1,24 @@
+--- anjuta-0.1.8/global-tags/Makefile.am.old   Tue Feb 12 00:13:56 2002
++++ anjuta-0.1.8/global-tags/Makefile.am       Mon Feb 11 22:22:43 2002
+@@ -14,7 +14,7 @@
+ LDADD = -L$(top_srcdir)/tagmanager $(GLIB_LIBS) -lctags
+-all-local: system.tags
++all-local:
+ system.tags: create_global_tags.sh tm_global_tags
+       echo "Detecting header files and Generating global symbols ....."
+diff -ur anjuta-0.1.8/data/Makefile.am anjuta-0.1.8-new/data/Makefile.am
+--- anjuta-0.1.8/data/Makefile.am      Tue Feb 12 18:11:32 2002
++++ anjuta-0.1.8-new/data/Makefile.am  Tue Feb 12 18:40:51 2002
+@@ -18,8 +18,7 @@
+       autogen.sh.gtk\
+       autogen.sh.generic\
+       autogen.sh.gtkmm\
+-      autogen.sh.gnomemm\
+-      system.tags
++      autogen.sh.gnomemm
+ EXTRA_DIST = $(anjuta_data_DATA)
This page took 0.092533 seconds and 4 git commands to generate.