Alexander E. Patrakov wrote:
The "cd" command alone doesn't work in Makefiles, because Make passes each line to a separate instance of bash. You have to prepend it to each line, like this:
Thanks Alexander. I should have known that! Fixed in r1085 I hope. :) Justin -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
