cp ../oldlinux/.config .
make oldconfig
make dep
...
/usr/src/linux/include/linux/udf_fs_sb.h:22: linux/version.h: No such file
or directory
For some reason, include/linux/version.h is not being built for this
procedure, however:
cp ../oldlinux/.config .
make menuconfig
make dep
works perfectly.
changing the Makefile rule for oldconfig thusly:
oldconfig: /include/linux/version.h symlinks
makes it nice and peachy.
Is there a reason that this is not done? ( also, xconfig, config are the
same as oldconfig....)
-- Leif Sawyer -- Pi@4398680 leif@gci.net || lsawyer@gci.com || internic: LS2540 (907) 868 - 0116 || ICQ - 3749190 || http://home.gci.net/~leif Network & Security Engineer -- General Communication Inc. PGP Fingerprint: 77 C8 34 B8 FD BC C6 32 5F FE 93 4B AE 6C F7 4E -----BEGIN GEEK CODE BLOCK----- Version: 3.1 GAT d+ s: a C+++(++)$ US++++$ UL++++$ P+++ L++(+++) E--- W+++ N+ o+ K w O- M- V PS+ PE Y+ PGP(+) t+@ 5- X R- tv b++(+++) DI++++ D++ G+ e(+)* h-- r++ y+ PP++++ HH++++ A19 NT{--} ------END GEEK CODE BLOCK------ Decode it! http://www.ebb.org/ungeek/
- 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/