2.5 kbuild bug?

Arador (diegocg@teleline.es)
Sun, 15 Sep 2002 01:07:33 +0200


I've found the followig case:

root@diego# make modules
make[1]: Entering directory `/usr/src/unstable/scripts'
make[1]: Leaving directory `/usr/src/unstable/scripts'
Starting the build. KBUILD_BUILTIN= KBUILD_MODULES=1

root@diego# make modules modules_install
make[1]: Entering directory `/usr/src/unstable/scripts'
make[1]: Leaving directory `/usr/src/unstable/scripts'
Starting the build. KBUILD_BUILTIN=1 KBUILD_MODULES=1
^^^
I guess that in that case we want to build only the modules...

Diego Calleja

-
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/