[Libreoffice-commits] .: README.Android README.cross

Michael Meeks michael at kemper.freedesktop.org
Mon Feb 27 06:15:32 PST 2012


 README.Android |    2 +-
 README.cross   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 739252d04397a4fcf3f044de86e3bfaec0084c4d
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Mon Feb 27 14:16:54 2012 +0000

    android: remove obsolete sourcing of Env.Host.sh advice

diff --git a/README.Android b/README.Android
index e96597e..be1d765 100644
--- a/README.Android
+++ b/README.Android
@@ -15,7 +15,7 @@ Then it is necessary to get stdout/err to go to somewhere we can find it:
 
 	Then:
 
-	. Env.Host.sh
+	make cmd cmd=bash
 	cd android/qa/sc
 	make clean all install
 	make run ; adb shell logcat
diff --git a/README.cross b/README.cross
index a1edd27..e2b9f21 100644
--- a/README.cross
+++ b/README.cross
@@ -387,7 +387,7 @@ The activity used for these apps is in android/Bootstrap. See
 README.Android.
 
 To build the complex unit test (for Calc functionality; invokes the
-"ucalc" unit test code from sc) source the environment (. Env.Host.sh)
+"ucalc" unit test code from sc) setup your environment (make cmd cmd=bash)
 and cd to android/qa/sc and run a "make". The Makefile here is
 completely manually written, this stuff is so experimental it doesn't
 make sense yet to try to integrate with the normal gbuild


More information about the Libreoffice-commits mailing list