From b5bb28c1bfbb7f8339bffb2fa5ec58b7db813e16 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Thu, 17 Apr 2014 19:55:49 +0000 Subject: [PATCH] Ajustando script para teste da classe basica --- po/pt_BR.po | 2 +- src/classlib/Makefile.in | 2 +- src/classlib/remote.cc | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index df5bad4..3eb8e9a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: pw3270 5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-04-16 07:31-0300\n" +"POT-Creation-Date: 2014-04-16 08:48-0300\n" "PO-Revision-Date: 2014-02-17 08:05-0300\n" "Last-Translator: Perry Werneck \n" "Language-Team: Portugues <>\n" diff --git a/src/classlib/Makefile.in b/src/classlib/Makefile.in index 4be1825..908cb23 100644 --- a/src/classlib/Makefile.in +++ b/src/classlib/Makefile.in @@ -105,7 +105,7 @@ run: $(BINDBG)/testprogram$(EXEEXT) $(BINDBG)/testprogram$(EXEEXT): $(OBJDBG)/testprogram.o $(BINDBG)/$(LIBNAME) @echo " CCLD `basename $@`" @$(MKDIR) `dirname $@` - @$(LD) -o $@ $^ + @$(LD) $(LIBS) -o $@ $^ $(BINDBG)/$(LIBNAME): $(foreach SRC, $(basename $(CLASS_SRC)), $(OBJDBG)/$(SRC).o) @echo " CCLD `basename $@`" diff --git a/src/classlib/remote.cc b/src/classlib/remote.cc index fc7bbdd..e09dd26 100644 --- a/src/classlib/remote.cc +++ b/src/classlib/remote.cc @@ -737,6 +737,8 @@ #endif + trace("%s: rc=%d",__FUNCTION__,rc); + if(!rc && wait) return wait_for_ready(120); -- libgit2 0.21.2