Keith Owens <[EMAIL PROTECTED]>:
> In my never ending quest to try something stupid:
> 
> choices kernel_format # The format that the kernel is to be compiled in
>         VMLINUX VMLINUZ BZIMAGE ZIMAGE default BZIMAGE
> 
> unless IA64 suppress VMLINUZ BZIMAGE ZIMAGE
> 
> Will set BZIMAGE because it is the default, even though it has been
> suppressed.

Yoicks.  Maybe I'd better put in a compile-time check for default suppression!
 
> I am having some problems with the kernel format option, every arch
> needs this option but the choice list and default will vary between
> architectures.  I am slowly coming to the conclusion that I need
> kernel_format_x86, kernel_format_ia64 etc. then suppress the entire
> choice for each arch rather than trying to suppress individual options
> on a common entry.

Ugh.  That's nasty.  Can you imagine a change in the spec language that
would make this unnecessary?
-- 
                <a href="http://www.tuxedo.org/~esr/";>Eric S. Raymond</a>

Of all tyrannies, a tyranny exercised for the good of its victims may
be the most oppressive. It may be better to live under robber barons
than under omnipotent moral busybodies. The robber baron's cruelty may
sometimes sleep, his cupidity may at some point be satiated; but those
who torment us for our own good will torment us without end, for they
do so with the approval of their consciences.
        -- C. S. Lewis

_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to