Keith Owens <[EMAIL PROTECTED]>:
> Everybody patching the same menu does not work, it guarantees patch
> failures.  There is some code around that build up menus from
> fragments, but it only works for menus and requires special code in
> everything that reads the files, because the result must be synthesized
> by every program.

There's a recent change in CML2 that may make your job easier.  The
complier now accepts multiple declarations for a single menu. The entry
lists are just concatenated.

So, you can have twio inout files, one featuring

        menu foo
                FOO1 FOO2 FOO3

and another featuring 

        menu foo
                FOO4 FOO5 FOO6

and the compiler will behave as though you had written

        menu foo
                FOO1 FOO2 FOO3
                FOO4 FOO5 FOO6
-- 
                <a href="http://www.tuxedo.org/~esr/";>Eric S. Raymond</a>

The people cannot delegate to government the power to do anything
which would be unlawful for them to do themselves.
        -- John Locke, "A Treatise Concerning Civil Government"

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

Reply via email to