List:Commits« Previous MessageNext Message »
From:Jim Winstead Date:April 13 2006 8:26pm
Subject:bk commit into 5.1 tree (jimw:1.2343)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of jimw. When jimw does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2343 06/04/13 13:26:22 jimw@stripped +2 -0
  Remove gcc-specific additions to AM_CFLAGS in unittest Makefile.am files

  unittest/mytap/t/Makefile.am
    1.5 06/04/13 13:25:55 jimw@stripped +0 -2
    Don't add gcc-specific flags to AM_CFLAGS

  unittest/examples/Makefile.am
    1.4 06/04/13 13:25:47 jimw@stripped +0 -2
    Don't add gcc-specific flags to AM_CFLAGS

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jimw
# Host:	rama.(none)
# Root:	/home/jimw/my/mysql-5.1-kill-sql-bench

--- 1.4/unittest/mytap/t/Makefile.am	2006-04-13 13:01:54 -07:00
+++ 1.5/unittest/mytap/t/Makefile.am	2006-04-13 13:25:55 -07:00
@@ -4,8 +4,6 @@
 
 AM_LDFLAGS      = -L$(top_builddir)/unittest/mytap
 
-AM_CFLAGS       = -Wall -ansi -pedantic
-
 LDADD           = -lmytap
 
 noinst_PROGRAMS = basic.t

--- 1.3/unittest/examples/Makefile.am	2006-04-13 13:01:54 -07:00
+++ 1.4/unittest/examples/Makefile.am	2006-04-13 13:25:47 -07:00
@@ -3,8 +3,6 @@
 
 AM_LDFLAGS         = -L$(top_builddir)/unittest/mytap
 
-AM_CFLAGS          = -W -Wall -ansi -pedantic
-
 LDADD              = -lmytap
 
 noinst_PROGRAMS    = simple.t skip.t todo.t skip_all.t no_plan.t
Thread
bk commit into 5.1 tree (jimw:1.2343)Jim Winstead13 Apr