Re: test10-pre7

From: Rusty Russell (rusty@linuxcare.com.au)
Date: Mon Oct 30 2000 - 23:57:11 EST


In message <13675.972956952@ocs3.ocs-net> you write:
> On Mon, 30 Oct 2000 16:47:15 -0800 (PST),
> Linus Torvalds <torvalds@transmeta.com> wrote:
> >Actually, I think I have an even simpler solution, which is to change the
> >newstyle rule to something very simple:
> >
> > # Translate to Rules.make lists.
> >
> > O_OBJS := $(obj-y)
> > M_OBJS := $(obj-m)
> > MIX_OBJS := $(export-objs)
>
> make modules depends on MIX_OBJS, with the above change make modules
> now depends on kernel objects. Can be fixed in Rules.make, but only if
> every Makefile is changed (code freeze, what code freeze?).

Quiet suggestion:

Maybe better is to get rid of the X version variables? Append -EXPORTS
to everything that exports, and generate the genksyms food from:

        $(patsubst %.o-EXPORTS,%.c, $(filter %-EXPORTS, $(OBJS))

And the link line from:

        $(patsubst %-EXPORTS, %, $(OBJS))

This allows complete control over the link order.
Rusty.

--
Hacking time.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 31 2000 - 21:00:28 EST