On Tue, Sep 8, 2009 at 9:54 PM, Ravi L
<moury...@gmail.com> wrote:
Thanks Erik,
make clean hdboot - works. I dont see any issues now. I am not sure
why 'make install' didn't work.
You could inspect Makefile to check, what happens for target "install". AFAIK it shouldn't check for "pending" changes (source files changed), so it just takes what you have and installs it. When you clean, requirements for "install" are missing, so make compiles things that required.
Please, check carefully
http://wiki.minix3.org/en/DevelopersGuide/RebuildingSystem--
Evgeniy Ivanov