>> 2. is a little more sensible to me, but only because I know
>> of a very simple way to create the markers.
><snip>
>I like that; a lot more flexible than my initial idea of copying the 
>running script, doing a sed, and then running the new script.

May I offer another idea.  AIUI, you've already got one complete build script?  
If'n it were me, the simplest thing would be to cut it into two right at the 
point where you want to change environments.  The first half script builds 
under the old environment.  The second half script picks it up there and 
continues in the new environment.  No markers, no skipping around.  KISS.  I 
suppose if I just HAD to have one script I could wrap them in a script that 
setup the first environment, called the first half, on return changed the 
environment and called the second.

Paul Rogers  ([EMAIL PROTECTED])
http://www.xprt.net/~pgrogers/
Rogers' Second Law: "Everything you do communicates."
(I do not personally endorse any additions after this line. TANSTAAFL :-)


-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to