From 0f4fc070481d9df512b2fdf1052311747cd33363 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Tue, 13 Oct 2009 19:08:45 -0600 Subject: [PATCH] whitespace tweaks in readme.txt --- readme.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/readme.txt b/readme.txt index 65e86cbd5a..cada02ffa9 100644 --- a/readme.txt +++ b/readme.txt @@ -192,7 +192,6 @@ EOF $ javac -bootclasspath boot.jar Hello.java $ jar u0f boot.jar Hello.class - Step 3: Make an object file out of the jar. $ ../build/${platform}-${arch}/binaryToObject boot.jar boot-jar.o \ @@ -288,7 +287,6 @@ on Windows: $ g++ -I$JAVA_HOME/include -I$JAVA_HOME/include/win32 \ -D_JNI_IMPLEMENTATION_ -c main.cpp -o main.o - Step 5: Link the objects produced above to produce the final executable, and optionally strip its symbols. @@ -390,7 +388,6 @@ Step 6: Build the boot image. Step 7: Make an object file out of the boot image. - $ ../build/${platform}-${arch}/binaryToObject \ bootimage.bin bootimage-bin.o \ _binary_bootimage_bin_start _binary_bootimage_bin_end \