Anand Arumugam <anand.arumug <at> gmail.com> writes:
> > root:/sources/linux-2.6.35.4# make mrproper > make: /bin/sh: Command not found > make: *** No rule to make target '/sources/linux-2.6.35.4/arch//Makefile'. Stop. You do not have a symlink set up which points /bin/sh to bash. Make sure you followed the instructions in section 6.6. Creating Essential Files and Symlinks, then test with: exec /bin/sh --login +h If no error is reported, you should be able to make mrproper. Thanks, Mark -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
