Re: [Etherboot-developers] Re: failed
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Marty C. <md...@th...> - 2000-11-03 09:34:40
|
On 11/3/2000 1:23 AM Ken Yap ke...@nl... wrote: >Or I could do this fix, which would forestall this error in future: >Change all #ifdef MOTD to #if defined(MOTD) && defined(IMAGE_MENU). Sounds like a plan. There are probably other dependencies that should be checked as well, and I can probably do a bit more sanity checking in rom-o-matic's parameter selection code. Right now, I allow the user to combine options any way they choose, and pass them right to make and let it decide, which may in fact be more right than wrong. |