From 6b1d671aed6e028a6c402dbd9ab4a4a247f0166c Mon Sep 17 00:00:00 2001 From: duck <duck> Date: Fri, 9 Apr 2004 00:58:10 +0000 Subject: [PATCH] Little restyle of output text (duck) --- core/c/build.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/core/c/build.sh b/core/c/build.sh index cbf6d294df..233a795064 100644 --- a/core/c/build.sh +++ b/core/c/build.sh @@ -21,15 +21,20 @@ LIBFILE="libjbigi.so" #INCLUDELIBS="" #STATICLIBS="libgmp.a" +echo "Compiling C code..." rm -f jbigi.o $LIBFILE $CC -c $COMPILEFLAGS $INCLUDES src/jbigi.c $CC $LINKFLAGS $INCLUDES $INCLUDELIBS -o $LIBFILE jbigi.o $STATICLIBS -echo "built, now testing" +echo "" +echo "Doing an ant build..." (cd ../java/ ; $ANT build) + +echo "" +echo "Built, now testing... This will take a while." LD_LIBRARY_PATH=. $JAVA -cp ../java/build/i2p.jar -DloggerConfigLocation=../../installer/java/src/logger.config.template net.i2p.util.NativeBigInteger echo "" echo "" -echo "test complete. please review the lines 'native run time:', 'java run time:', and 'native = '" +echo "Test complete. Please review the lines 'native run time:', 'java run time:', and 'native = '" -- GitLab