Messages in this thread |  | | Date | Thu, 21 Sep 2000 18:44:59 -0500 | From | Michael Elizabeth Chastain <> | Subject | Re: [PATCH] Re: SCSI scanning |
| |
Eric Youngdale writes:
> .initcall.init : { *(.initcall.init1) } > .initcall.init : { *(.initcall.init2) } > .initcall.init : { *(.initcall.init) }
I like this idea.
I would add initcall.init8 and initcall.init9 in order to have some levels after the normal initcalls.
> It isn't as ugly as jumping through millions of hoops to get the Makefiles > to do it right.
It's about three lines in Rules.make to do link ordering in each directory.
But the situation in scsi right now requires cross-directory ordering and that is going to be some ugly hoop-jumping if done in Makefiles.
Michael - 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/
|  |