On Thu, Jul 12, 2007 at 06:22:30PM +0200, Stefan Reinauer wrote:
Good point. I can't even get it to build in v3:
LinuxBIOSv3 $ make util/lar/lar
make build/util/lar/lar ?
Oh a build dir in v3 too? Didn't get that. (I admit, I haven't built that much.)
$ make .. DONE $ make build/util/lar/lar make: `build/util/lar/lar' is up to date. $ make clean CLEAN build CLEAN doxygen CLEAN doc/design/newboot.pdf $ make build/util/lar/lar make: *** No rule to make target `build/util/lar/lar'. Stop. $
Must there be an extra step to set up the build directory? I just want to run make and get a binary. Too naive? :)
//Peter