INN commit: trunk (history/Makefile lib/Makefile storage/Makefile)

INN Commit rra at isc.org
Fri Jul 6 18:11:55 UTC 2012


    Date: Friday, July 6, 2012 @ 11:11:55
  Author: eagle
Revision: 9440

Fix the backup extensions referenced library Makefile comments

Modified:
  trunk/history/Makefile
  trunk/lib/Makefile
  trunk/storage/Makefile

------------------+
 history/Makefile |    4 ++--
 lib/Makefile     |    4 ++--
 storage/Makefile |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

Modified: history/Makefile
===================================================================
--- history/Makefile	2012-07-06 18:11:06 UTC (rev 9439)
+++ history/Makefile	2012-07-06 18:11:55 UTC (rev 9440)
@@ -5,8 +5,8 @@
 # This version number should be increased with every change to the library
 # source following the rules laid out in the libtool manual.  This will also
 # force the file name of the shared library to change so that one can
-# recover from make update.  We can't use .BAK extensions for the shared
-# library since ldconfig will think .BAK sorts after the regular library and
+# recover from make update.  We can't use .OLD extensions for the shared
+# library since ldconfig will think .OLD sorts after the regular library and
 # will point the binaries at the old library.
 LTVERSION     = 3:0:0
 

Modified: lib/Makefile
===================================================================
--- lib/Makefile	2012-07-06 18:11:06 UTC (rev 9439)
+++ lib/Makefile	2012-07-06 18:11:55 UTC (rev 9440)
@@ -5,8 +5,8 @@
 # This version number should be increased with every change to the library
 # source following the rules laid out in the libtool manual.  This will also
 # force the file name of the shared library to change so that one can
-# recover from make update.  We can't use .BAK extensions for the shared
-# library since ldconfig will think .BAK sorts after the regular library and
+# recover from make update.  We can't use .OLD extensions for the shared
+# library since ldconfig will think .OLD sorts after the regular library and
 # will point the binaries at the old library.
 LTVERSION     = 3:0:0
 

Modified: storage/Makefile
===================================================================
--- storage/Makefile	2012-07-06 18:11:06 UTC (rev 9439)
+++ storage/Makefile	2012-07-06 18:11:55 UTC (rev 9440)
@@ -5,8 +5,8 @@
 # This version number should be increased with every change to the library
 # source following the rules laid out in the libtool manual.  This will also
 # force the file name of the shared library to change so that one can
-# recover from make update.  We can't use .BAK extensions for the shared
-# library since ldconfig will think .BAK sorts after the regular library and
+# recover from make update.  We can't use .OLD extensions for the shared
+# library since ldconfig will think .OLD sorts after the regular library and
 # will point the binaries at the old library.
 LTVERSION     = 3:0:0
 



More information about the inn-committers mailing list