I have clone the latest linux source from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
And compile this kernel using (make O=/usr/local/kernel).
But when i install the kernel the following error getting,
# make O=/usr/local/kernel modules_install install make[1]: Entering directory `/usr/local/kernel' rm: invalid option -- '0' Try 'rm --help' for more information. make[1]: *** [_modinst_] Error 1 make: *** [sub-make] Error 2
EXTRAVERSION
to? Did the build fail before you changed it? – Ben Voigt