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 2017/01/16 15:29:36 UTC

svn commit: r1779042 - in /tcl/rivet/trunk: ChangeLog Makefile.am Makefile.in

Author: mxmanghi
Date: Mon Jan 16 15:29:36 2017
New Revision: 1779042

URL: http://svn.apache.org/viewvc?rev=1779042&view=rev
Log:
    * Makefile.am: removing the _configs.sed file generated
    by configure in distclean target rule fulfills now
    entirely the 'distcheck' target


Modified:
    tcl/rivet/trunk/ChangeLog
    tcl/rivet/trunk/Makefile.am
    tcl/rivet/trunk/Makefile.in

Modified: tcl/rivet/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/ChangeLog?rev=1779042&r1=1779041&r2=1779042&view=diff
==============================================================================
--- tcl/rivet/trunk/ChangeLog (original)
+++ tcl/rivet/trunk/ChangeLog Mon Jan 16 15:29:36 2017
@@ -1,3 +1,8 @@
+2017-01-16 Massimo Manghi <mx...@apache.org>
+    * Makefile.am: removing the _configs.sed file generated
+    by configure in distclean target rule fulfills now
+    entirely the 'distcheck' target
+    
 2017-01-04 Massimo Manghi <mx...@apache.org>
     * Makefile.am,src/Makefile.am: now handling the 'dist'
     and 'distcheck' targets of the automake generated

Modified: tcl/rivet/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/Makefile.am?rev=1779042&r1=1779041&r2=1779042&view=diff
==============================================================================
--- tcl/rivet/trunk/Makefile.am (original)
+++ tcl/rivet/trunk/Makefile.am Mon Jan 16 15:29:36 2017
@@ -86,3 +86,4 @@ uninstall-packages:
 # 
 distclean-local:
 	rm -fr rivet_config.h
+	rm -fr _configs.sed

Modified: tcl/rivet/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/tcl/rivet/trunk/Makefile.in?rev=1779042&r1=1779041&r2=1779042&view=diff
==============================================================================
--- tcl/rivet/trunk/Makefile.in (original)
+++ tcl/rivet/trunk/Makefile.in Mon Jan 16 15:29:36 2017
@@ -17,7 +17,7 @@
 #
 # top-level Makefile.am for Apache Rivet: gets turned into a Makefile.in by automake
 #
-# $Id: Makefile.am 1616967 2014-08-09 15:29:07Z mxmanghi $
+# $Id: Makefile.am 1777395 2017-01-05 01:16:33Z mxmanghi $
 #
 # 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
@@ -985,6 +985,7 @@ uninstall-packages:
 # 
 distclean-local:
 	rm -fr rivet_config.h
+	rm -fr _configs.sed
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.



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