whitespace tweaks in readme.txt

This commit is contained in:
Joel Dice 2009-10-13 19:08:45 -06:00
parent ef4a8430ad
commit 0f4fc07048

View File

@ -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 \