You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by mx...@apache.org on 2013/01/21 02:03:53 UTC

svn commit: r1436036 - in /tcl/rivet/branches/2.1: ChangeLog Makefile.am

Author: mxmanghi
Date: Mon Jan 21 01:03:53 2013
New Revision: 1436036

URL: http://svn.apache.org/viewvc?rev=1436036&view=rev
Log:
    * Makefile.am: added removal of libool created .la files for librivetparser and
    librivet


Modified:
    tcl/rivet/branches/2.1/ChangeLog
    tcl/rivet/branches/2.1/Makefile.am

Modified: tcl/rivet/branches/2.1/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/ChangeLog?rev=1436036&r1=1436035&r2=1436036&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/ChangeLog (original)
+++ tcl/rivet/branches/2.1/ChangeLog Mon Jan 21 01:03:53 2013
@@ -1,3 +1,7 @@
+2013-01-20 Massimo Manghi <mx...@apache.org>
+    * Makefile.am: added removal of libool created .la files for librivetparser and
+    librivet
+
 2012-12-30 Massimo Manghi <mx...@apache.org>
     * rivet/rivet-tcl/xml.tcl: revised command for simple XML string mark up
 

Modified: tcl/rivet/branches/2.1/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/branches/2.1/Makefile.am?rev=1436036&r1=1436035&r2=1436036&view=diff
==============================================================================
--- tcl/rivet/branches/2.1/Makefile.am (original)
+++ tcl/rivet/branches/2.1/Makefile.am Mon Jan 21 01:03:53 2013
@@ -6,7 +6,7 @@
 # 2007/12/25: Added target uninistall-local that removes the tcl stuff (mxmanghi)
 # 2010/06/22: target instal-data-local searches for pkgIndex.tcl files and deletes them
 #             before invoking pkg_mkIndex.
-#
+# 2013/01/20: removing libtool created .la files
 
 ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST = LICENSE contrib debian doc rivet win/nmakehlp.c src/testing.c src/TclWebcgi.c
@@ -22,6 +22,7 @@ install-data-local:
 	-(  cd  $(DESTDIR)$(RIVETLIB_DESTDIR); \
 	    echo 'eval file delete [glob [file join packages * pkgIndex.tcl]] pkgIndex.tcl' | @TCLSH_PROG@ ; \
 	    echo 'eval pkg_mkIndex -verbose [pwd] init.tcl [glob [file join packages * *.tcl] [file join *[info sharedlibextension]]]' | @TCLSH_PROG@ ; )
+	-( cd $(DESTDIR)$(RIVETLIB_DESTDIR); rm -f *.la)
 
 uninstall-local:
 	rm -fr $(DESTDIR)$(RIVETLIB_DESTDIR)



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: site-cvs-help@tcl.apache.org