LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   LFS make mrproper prob (https://www.linuxquestions.org/questions/linux-from-scratch-13/lfs-make-mrproper-prob-17010/)

bbenz3 03-25-2002 11:49 PM

LFS make mrproper prob
 
well I got my last problem figured out but then ran into more problems and decided to start over b/c I am pretty sure that a couple of things had errors but I just kept going.

Well now on the retry I am getting an error trying to do the following:

Quote:

make mrproper &&
yes "" | make config &&
make dep &&
mkdir $LFS/usr/include/asm &&
cp include/asm/* $LFS/usr/include/asm &&
cp -R include/linux $LFS/usr/include
i get the following error message:
Quote:

make: *** No rule to make target 'mrproper'. Stop.
any solutions?

lfslinux 03-26-2002 12:05 AM

Re: LFS make mrproper prob
 
Are you in the /usr/src/linux directory when you run that make mrproper?

If yes, then the Makefile file is corrupt or removed. Other files may then be missing/corrupt too. Unpack the linux tarball again for safety.

bbenz3 03-26-2002 12:21 AM

ok will try that

bbenz3 03-26-2002 12:31 AM

that was it thanks


All times are GMT -5. The time now is 05:01 PM.