Subject: Re: kernel 'make install' problem?
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: John Nemeth <jnemeth@victoria.tc.ca>
List: current-users
Date: 05/28/2006 02:43:10
On Oct 17,  3:22pm, "Steven M. Bellovin" wrote:
}
} I just build a kernel, using build.sh.  As I usually do, I did a 'cd' to
} the build directory and did a 'make install'.  It failed with these
} messages:
} 
} [snip]
} 
} make: stopped in /usr/BUILD/obj/sys/arch/i386/compile/GG1
} 
} Using nbmake from the tools directory didn't help; the build itself (of
} all of kernel and userland) was done with a clean obj and tools directory.

     Interesting, however "make install" for a kernel is nothing more
then "cp netbsd /", so you can install it by hand if you want.

}-- End of excerpt from "Steven M. Bellovin"