Did not see this warning, it applies cleanly 8-)
>
> (I couldn't help but wonder: Is three tries enough to get it right?)
It looks like it, it compiles in one go! (did not run it (yet))
I was only wondering about this:
# make KBUILD_VERBOSE= KBUILD_MODULES=1 bzImage
<snip>
CP drivers/char/defkeymap.c
<snip>
LD drivers/char/built-in.o
rm defkeymap.c
^^^^^^^^^
<snip>
why is it first copied to this dir and later on, after linking all char
drivers together, it is removed again... isn't it simpler to just leave the
file in place??
I also like the complete silence of the final linking:
BUILD arch/i386/boot/bzImage
Root device is (3, 2)
Boot sector 512 bytes.
Setup is 2636 bytes.
System is 847 kB
This is very nice!
I have a minor 'fix' included
Rudmer
--- linux-2.5.24-kg3/Makefile.orig 2002-06-24 19:48:48.000000000 +0200
+++ linux-2.5.24-kg3/Makefile 2002-06-24 19:49:01.000000000 +0200
@@ -5,7 +5,7 @@
# *DOCUMENTATION*
# Too see a list of typical targets execute "make help"
-# More info can be located in ./Documentation/kbuild
+# More info can be found in ./Documentation/kbuild
# Comments in this file is targeted only to the developer, do not
# expect to learn how to build the kernel reading this file.
-or-
--- linux-2.5.24-kg3/Makefile.orig 2002-06-24 19:48:48.000000000 +0200
+++ linux-2.5.24-kg3/Makefile 2002-06-24 19:49:01.000000000 +0200
@@ -5,7 +5,7 @@
# *DOCUMENTATION*
# Too see a list of typical targets execute "make help"
-# More info can be located in ./Documentation/kbuild
+# More info is located in ./Documentation/kbuild
# Comments in this file is targeted only to the developer, do not
# expect to learn how to build the kernel reading this file.
-
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/