It is probably down to when you do cp -Rr x x, you are not copying the symlinks or something, no doubt someone here will know what the problem is. I usually find when I copy things with symlinks in I usually tar it up, using tar -zcvf x.tar.gz *, then untar it at the required location, especially if I am moving it to DOS partitions. -----Original Message----- From: Tan Chee Wei [mailto:[EMAIL PROTECTED]] Sent: 13 September 2000 15:43 To: 'Mason, Christopher (Paging) Engineering '; Tan Chee Wei; ''[EMAIL PROTECTED]' ' Subject: RE: configuring from kernel source directory hallo , Thanks for the quick reply ! However, after make clean && make mrproper have been done, the same error message: [root@edge1 linux-2.2]# make xconfig rm -f include/asm rm: include/asm: is a directory make: *** [symlinks] Error 1 appears There is also an error message from make mrproper : rm -f include/asm rm: include/asm: is a directory How should I resolve this ? ciao chee-wei -----Original Message----- From: Mason, Christopher (Paging) Engineering To: 'Tan Chee Wei'; '[EMAIL PROTECTED]' Sent: 9/13/00 10:31 PM Subject: RE: configuring from kernel source directory You tried doing a make clean && make mrproper first in the /usr/src/2.2.5_New before doing make xconfig. I think I had this problem before. -----Original Message----- From: Tan Chee Wei [mailto:[EMAIL PROTECTED]] Sent: 13 September 2000 15:27 To: '[EMAIL PROTECTED]' Subject: configuring from kernel source directory hallo , To back up a linux source directory, I tried a $ cp -Rr /usr/src/linux2.2.5 /usr/src/2.2.5_New and then I made the soft link to point to the new directory. My question is why does 'make xconfig' or any 'make config' in the new directory does not work ,even though the .config file is the same in the original and the new one? The following errors are encountered. rm -f include/asm rm: include/asm: is a directory make: *** [symlinks] Error 1 But strange enough, make xconfig works in the original old kernel source directory. Thanks ! - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/ -- Vodafone Paging Limited Registered Office: The Courtyard, 2-4 London Road, Newbury, Berks RG14 1JX Registered in England No. 1964836 -- Vodafone Paging Limited Registered Office: The Courtyard, 2-4 London Road, Newbury, Berks RG14 1JX Registered in England No. 1964836 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
RE: configuring from kernel source directory
Mason, Christopher (Paging) Engineering Wed, 13 Sep 2000 07:42:08 -0700
- configuring from kernel source dir... Tan Chee Wei
- Re: configuring from kernel s... Eli Carter
- RE: configuring from kernel s... Mason, Christopher (Paging) Engineering
- RE: configuring from kernel s... Tan Chee Wei
- RE: configuring from kernel s... Mason, Christopher (Paging) Engineering
- RE: configuring from kernel s... Tan Chee Wei
- Re: configuring from kernel s... Michael Elizabeth Chastain
- Re: configuring from kern... Tom Leete