him8to / sneek

Automatically exported from code.google.com/p/sneek
0 stars 0 forks source link

build_boot2_di.cmd got wrong change in R53 #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
cd ..\di
make
make clean
cd ..

should normally be

cd ..\di
make clean
make
cd ..

Attached is the changed file

Original issue reported on code.google.com by m.weisse...@gmail.com on 19 Mar 2010 at 12:51

Attachments:

GoogleCodeExporter commented 8 years ago
In rev 60 it says:
elfins\elfins fs-usb\iosmodule.elf 00000001 di.bin -d
Shouldn't it be:
elfins\elfins di\iosmodule.elf 00000001 di.bin -d
?

Original comment by m.weisse...@gmail.com on 20 Mar 2010 at 10:25

GoogleCodeExporter commented 8 years ago

Original comment by urt...@gmail.com on 25 Mar 2010 at 2:17