All of lore.kernel.org
 help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: Rasmus Andersen <rasmus@jaquet.dk>
Cc: Tom Rini <trini@kernel.crashing.org>,
	kbuild-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: Re: Announce: Kernel Build for 2.5, Release 1.1 is available.
Date: Sun, 12 Aug 2001 12:11:27 +1000	[thread overview]
Message-ID: <6820.997582287@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Sat, 11 Aug 2001 21:20:52 +0200." <20010811212051.A819@jaquet.dk>

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.


       reply	other threads:[~2001-08-12  2:11 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20010811212051.A819@jaquet.dk>
2001-08-12  2:11 ` Keith Owens [this message]
2001-08-12  2:27   ` Announce: Kernel Build for 2.5, Release 1.1 is available Tom Rini
2001-08-12  7:31   ` [kbuild-devel] " Rasmus Andersen
2001-08-12  7:44     ` Keith Owens
2001-08-12  7:57       ` Daniel T. Chen
2001-08-11 22:02 [kbuild-devel] " Tom Rini
2001-08-12  1:21 ` Keith Owens
2001-08-12  1:44   ` Tom Rini
2001-08-12 14:36   ` David Woodhouse
2001-08-12 14:48     ` Keith Owens
2001-08-12 14:56       ` David Woodhouse
2001-08-12 14:56       ` Russell King
2001-08-13  2:23         ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2001-08-11 15:03 Keith Owens
2001-08-11 15:20 ` Russell King
2001-08-11 16:03   ` Keith Owens
2001-08-11 16:08   ` Philip Blundell
2001-08-11 16:14     ` Russell King
2001-08-11 21:55 ` Roman Zippel
2001-08-12  1:17   ` Keith Owens
2001-08-12  2:24 ` Keith Owens
2001-08-12  4:30 ` Keith Owens
2001-08-19  7:13 ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6820.997582287@ocs3.ocs-net \
    --to=kaos@ocs.com.au \
    --cc=kbuild-devel@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rasmus@jaquet.dk \
    --cc=trini@kernel.crashing.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.