From 70bd2d908f049874568a1627ed6bc09da9815afc Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Mon, 1 Jun 2009 12:51:20 -0600 Subject: [PATCH] update readme.txt to reflect new bootimage-generator parameter --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 7a9a1bbb47..ccf4be24d6 100644 --- a/readme.txt +++ b/readme.txt @@ -403,12 +403,12 @@ Step 5: Run ProGuard with stage1 as input and stage2 as output. $ java -jar ../../proguard4.3/lib/proguard.jar \ -injars stage1 -outjars stage2 @../vm.pro @hello.pro -(note: pass -dontusemixedcaseclassnames to ProGuard when building on systems with case-insensitive filesystems such as Windows and OS X) +(note: pass -dontusemixedcaseclassnames to ProGuard when building on +systems with case-insensitive filesystems such as Windows and OS X) Step 6: Build the boot image. - $ ../build/linux-i386-bootimage/bootimage-generator stage2 \ - > bootimage.bin + $ ../build/linux-i386-bootimage/bootimage-generator stage2 bootimage.bin Step 7: Make an object file out of the boot image.