At http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel
------------------------------------------------------------
revno: 353
revision-id: mtaylor@stripped
parent: mtaylor@stripped
committer: Monty Taylor <mtaylor@stripped>
branch nick: devel
timestamp: Sun 2007-12-09 16:23:37 -0600
message:
Added an echo to the cp command so we see when it happens.
modified:
swig/SWIG/Source/Makefile.am makefile.am-20071104211339-fod7yzi8t7xd3g0w-108
=== modified file 'swig/SWIG/Source/Makefile.am'
--- a/swig/SWIG/Source/Makefile.am 2007-12-06 09:11:16 +0000
+++ b/swig/SWIG/Source/Makefile.am 2007-12-09 22:23:37 +0000
@@ -100,6 +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@" ; \
cp -f $(top_builddir)/Source/eswig@EXEEXT@ $(top_builddir)/swig@EXEEXT@ || true
clean-local:
| Thread |
|---|
| • Rev 353: Added an echo to the cp command so we see when it happens. in http://bazaar.launchpad.net/~ndb-connectors/ndb-connectors/devel | Monty Taylor | 9 Dec |