Re: ac21 config problem

From: willy@thepuffingroup.com
Date: Mon Jun 19 2000 - 10:29:55 EST


On Tue, Jun 20, 2000 at 01:13:12AM +1000, Keith Owens wrote:
> On Mon, 19 Jun 2000 22:10:37 +1000,
> Andrew Morton <andrewm@uow.edu.au> wrote:
> >/usr/src/linux/Rules.make:263: target `8390.o' given more than once in
> >the same rule.
>
> AC, please add to 2.4.0-test1. Against 2.4.0-test1-ac21.
> -O_OBJS := $(filter-out $(export-objs), $(obj-y))
> -OX_OBJS := $(filter $(export-objs), $(obj-y))
> +O_OBJS := $(sort $(filter-out $(export-objs), $(obj-y)))
> +OX_OBJS := $(sort $(filter $(export-objs), $(obj-y)))

um, isn't the order of linking now significant and therefore sorting
may break something?

-- 
The Sex Pistols were revolutionaries.  The Bay City Rollers weren't.

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



This archive was generated by hypermail 2b29 : Fri Jun 23 2000 - 21:00:17 EST