List:Commits« Previous MessageNext Message »
From:Narayanan V Date:July 23 2008 6:34am
Subject:bzr commit into MySQL Storage Engine API team tree:mysql-5.1-sea branch
(v.narayanan:2684) WL#4380
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-5.1-sea

 2684 Narayanan V	2008-07-23
      WL#4380
      
      fixed the abi_check rule to handle failure in the
      diff command on the solaris platform.
modified:
  Makefile.am

per-file messages:
  Makefile.am
    Removed the -B option from the diff command used
    on the abi_check rule.
=== modified file 'Makefile.am'
--- a/Makefile.am	2008-07-22 12:35:22 +0000
+++ b/Makefile.am	2008-07-23 06:33:27 +0000
@@ -306,7 +306,7 @@ do_abi_check:
 	                            -e '/^[ 	]*$$/d' \
 	                            -e '/^#pragma GCC set_debug_pwd/d' > \
 	                                       $(top_builddir)/abi_check.out; \
-	                  @DIFF@ -wB $$file.pp $(top_builddir)/abi_check.out; \
+	                  @DIFF@ -w $$file.pp $(top_builddir)/abi_check.out; \
 	                  @RM@ $(top_builddir)/abi_check.out; \
 	done
 

Thread
bzr commit into MySQL Storage Engine API team tree:mysql-5.1-sea branch(v.narayanan:2684) WL#4380Narayanan V23 Jul