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.
Index: 0-test1-ac21.2/drivers/net/Makefile
--- 0-test1-ac21.2/drivers/net/Makefile Wed, 07 Jun 2000 08:07:50 +1000 kaos (linux-2.4/X/b/47_Makefile 1.3 644)
+++ 0-test1-ac21.2(w)/drivers/net/Makefile Tue, 20 Jun 2000 01:10:36 +1000 kaos (linux-2.4/X/b/47_Makefile 1.3 644)
@@ -299,8 +299,8 @@
# Translate to Rules.make lists.
-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)))
M_OBJS := $(sort $(filter-out $(export-objs), $(obj-m)))
MX_OBJS := $(sort $(filter $(export-objs), $(obj-m)))
-
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