Re: [Etherboot-developers] bin and bin32
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-10-16 08:49:21
|
>Can we merge everthing into just bin? > >Unless we setup for cross compilers we cannot build for multiple >architectures simultaneously. And currently I definitely cannot >build for LinuxBIOS and non LinuxBIOS simultaneously on the same >architecture. > >What I would like to do is create a setup where I can have multiple >Config files and each Config file would have it's own seperate bin >directory. > >The easiest way I can think to do that right now is: >1) reverse the includes and have Config include Makefile > so we can be flexible about the name. >2) Have a variable in Config that specifies the bin directory, > or the directory the bin directory lives in. >3) Have a variable in Config that specifies where the Etherboot > source tree lives. > >Being able to do: >make -f Config-lnxi blah >make -f Config-lnxi-lb blah > >And generate all of the romimages I need would be very nice >when I am generating a binary rpm with all of the romimages I need. >And it would make compile testing with different Config easy >as well. Sounds good, do you want to do it? |