antiright-devel
[Top][All Lists]
Advanced

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

[Antiright-devel] antiright Makefile configure [antiright-3]


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright Makefile configure [antiright-3]
Date: Sat, 10 Mar 2007 19:40:38 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Branch:         antiright-3
Changes by:     Jeffrey Bedard <jefbed> 07/03/10 19:40:38

Modified files:
        .              : Makefile configure 

Log message:
        Fixed a ctags build problem on Slackware with exuberant ctags by
        separating ctags generation from the main build and removing the
        -t option.  Bumped version to 3.0.1.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/Makefile?cvsroot=antiright&only_with_tag=antiright-3&r1=1.11.2.3&r2=1.11.2.4
http://cvs.savannah.gnu.org/viewcvs/antiright/configure?cvsroot=antiright&only_with_tag=antiright-3&r1=1.81.2.4&r2=1.81.2.5

Patches:
Index: Makefile
===================================================================
RCS file: /sources/antiright/antiright/Makefile,v
retrieving revision 1.11.2.3
retrieving revision 1.11.2.4
diff -u -b -r1.11.2.3 -r1.11.2.4
--- Makefile    10 Mar 2007 02:09:19 -0000      1.11.2.3
+++ Makefile    10 Mar 2007 19:40:37 -0000      1.11.2.4
@@ -32,7 +32,9 @@
        cd gtkshell && $(MAKE)
        cd gshterm && $(MAKE)
        cd ACE-desktop && $(MAKE)
-       ctags -w -t */*.[ch] ACE-desktop/ACE
+
+ctags:
+       ctags -w */*.[ch] ACE-desktop/ACE
 
 clean:
        cd libantiright && $(MAKE) clean

Index: configure
===================================================================
RCS file: /sources/antiright/antiright/configure,v
retrieving revision 1.81.2.4
retrieving revision 1.81.2.5
diff -u -b -r1.81.2.4 -r1.81.2.5
--- configure   9 Mar 2007 23:58:06 -0000       1.81.2.4
+++ configure   10 Mar 2007 19:40:37 -0000      1.81.2.5
@@ -25,7 +25,7 @@
 #
 ###############################################################################
 
-VERSION=3.0
+VERSION=3.0.1
 
 USE_DISTCC=YES
 USE_CCACHE=YES




reply via email to

[Prev in Thread] Current Thread [Next in Thread]