From mboxrd@z Thu Jan 1 00:00:00 1970 From: arunkr.linux@gmail.com (Arun M Kumar) Date: Tue, 27 Aug 2013 16:15:20 +0530 Subject: Using same .config on different machines Message-ID: <521C8340.4030008@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org Is it OK to use same .config file on different machines. I had a Dell Optiplex running OpenSuSE 11.3, KV: 2.6.32 for development purpose during my college days, can i use the same config file now on KV: 3.9.10 The command $ make -j 8 completed sucessfully but #make modules_install gives the following error ------------------------------------------------------------- ln: target ?Drivers/source? is not a directory make: *** [_modinst_] Error 1 -------------------------------------------------------------