Trivial fix. Add "export DEPMOD=/bin/true" if you want to suppress
depmod. Or point at a 2.3.13 or later depmod that you installed in
your own directory if you want to run a newer depmod. This is why all
the program names are defined as variables in the Makefile.
>same goes for this "build" symlink, which is also meaningless for
>my purpose and ends up as a dangling link :-(
/lib/modules/xxx/build is only useful if you are installing on the same
system you compile on but there is no field in the Makefile that says
"I am going to install on another machine". Add
rm -f $INSTALL_MOD_PATH/lib/modules/*/build
to the end of your script.
>Linus told us, that he likes the kernel to be buildable
>everywhere. I don't know, whether this includes building it as
>anybody, who has write access to the tree ;-)
Absolutely, you just need to supply some more overrides.
-
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/