Jeremy Huntwork wrote:

Alexander E. Patrakov wrote:

Do you agree with the proposed changes?


Yes, if you clarify what you mean by number 1. Do you mean that when we
use 'make' it in turn initiates bash?

Yes, "make" starts a separate copy of bash for each line in the Makefile. The "set +h" is meant to prevent path hashing between several commands in the same bash. But the "several commands in the same bash" situation never happens in our scripted build.

--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to