I cloned the 2.6 latest  kernel tree on my system and in my home
directory made a folder named btc
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
linux-2.6
then compiled as
yes '  ' | make 0=$HOME/btc/ oldconfig

worked well.
Then
make 0=$HOME/btc

this also worked but when I did

sudo make 0=$HOME/btc modules_install

ln: target `kernel+/source' is not a directory
make: *** [_modinst_] Error 1

Did I do some thing wrong?
-- 
Tapas

--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecar...@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ

Reply via email to