1 message in com.mysql.lists.ndb-connectorsRev 366: Fixed small bug in swig copy...
FromSent OnAttachments
Monty Taylor12 Dec 2007 08:21 
Subject:Rev 366: Fixed small bug in swig copying in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
From:Monty Taylor (mtay@mysql.com)
Date:12/12/2007 08:21:49 AM
List:com.mysql.lists.ndb-connectors

At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel

------------------------------------------------------------ revno: 366 revision-id: mtay@mysql.com-20071212162008-upmivfesncic84o2 parent: mtay@mysql.com-20071212131028-pk6hlb6f4z4qyil4 committer: Monty Taylor <mtay@mysql.com> branch nick: devel timestamp: Wed 2007-12-12 14:20:08 -0200 message: Fixed small bug in swig copying modified: swig/SWIG/Source/Makefile.am makefile.am-20071104211339-fod7yzi8t7xd3g0w-108 swig/update_from_swigsvn.sh
update_from_swigsvn.-20071104211339-fod7yzi8t7xd3g0w-5 === modified file 'swig/SWIG/Source/Makefile.am' --- a/swig/SWIG/Source/Makefile.am 2007-12-09 22:23:37 +0000 +++ b/swig/SWIG/Source/Makefile.am 2007-12-12 16:20:08 +0000 @@ -100,7 +100,7 @@ # build directories. all-local: eswig@EXEEXT@ @test $(top_builddir)/Source/eswig@EXEEXT@ -nt $(top_builddir)/swig@EXEEXT@ &&
\ - echo "cp -f $(top_builddir)/Source/eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@"
; \ + echo "cp -f $(top_builddir)/Source/eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@"
&& \ cp -f $(top_builddir)/Source/eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@ ||
true

clean-local:

=== modified file 'swig/update_from_swigsvn.sh' --- a/swig/update_from_swigsvn.sh 2007-12-09 22:25:41 +0000 +++ b/swig/update_from_swigsvn.sh 2007-12-12 16:20:08 +0000 @@ -9,6 +9,7 @@ bzr diff -r353..354 SWIG/Lib/java/enumtypesafe.swg >> SWIG.patch bzr diff -r353..354 SWIG/Source/Modules/java.cxx >> SWIG.patch bzr diff -r353..354 SWIG/Lib/java/java.swg >> SWIG.patch +bzr diff -r365..366 SWIG/Source/Makefile.am > SWIG.patch

rm -rf SWIG svn export https://swig.svn.sourceforge.net/svnroot/swig/tags/rel-1.3.33 SWIG