Re: Announce: Kernel Build for 2.5, Release 1.1 is available.

Keith Owens (kaos@ocs.com.au)
Sun, 12 Aug 2001 12:11:27 +1000


On Sat, 11 Aug 2001 21:20:52 +0200,
Rasmus Andersen <rasmus@jaquet.dk> wrote:
>pp_makefile2: drivers/char/defkeymap.o is selected but is not part of vmlinux, missing link_subdirs?

Against 2.4.8 + kbuild-2.5-2.4.8-1. I will put up a -2 later today
containing this fix and a few others.

Index: 8.7/scripts/pp_makefile2.c
--- 8.7/scripts/pp_makefile2.c Sat, 11 Aug 2001 22:45:22 +1000 kaos (linux-2.4/I/d/36_pp_makefil 1.24 644)
+++ 8.7(w)/scripts/pp_makefile2.c Sun, 12 Aug 2001 11:43:58 +1000 kaos (linux-2.4/I/d/36_pp_makefil 1.24 644)
@@ -754,7 +754,10 @@ int special_oais(PP_DIRENT *dirent, PP_D
}
if (dirent->value.db) {
DB *db = db_list[dirent->value.db];
- if (!dirent->istarget) {
+ /* FIXME: when the go faster stripes are added, make sure that
+ * dirent->istarget and db->istarget are synced earlier.
+ */
+ if (!db->istarget && !dirent->istarget) {
return(0);
}
switch (type) {

>pp_makefile2: Cannot find source for target drivers/sound/emu10k1/efxmgr.o
>pp_makefile2: Cannot find source for target drivers/sound/emu10k1/joystick.o
>pp_makefile2: Cannot find source for target drivers/sound/emu10k1/passthrough.o

You put kbuild-2.5-2.4.8-1 on an 2.4.8-pre kernel. Linus moved emu10k1
to its own directory in 2.4.8. You have match kbuild with the correct
kernel.

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