> We can do that, but I don't know why they create a problem with your 
> script.  It's the same as doing
> 
> mkdir build && cd build &&  cmake -DCMAKE_INSTALL_PREFIX=/usr \
> ...
> 
> For a script, you may want to use 'mkdir -p build' or add
> 'rm -rf build' right before the mkdir.

It'll probably take too long to explain but here's a short version - 

My script builds scripts for each blfs section, security, libraries etc.
Within the built script each package is divided into configure, make and 
install commands from the xml. With the \ continuation in place the 'mkdir 
build' and 'cd build' commands are put in the configure section.  Aesthetically 
very unsatisfactory.

You're probably asleep by now so I'll stop.

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

Reply via email to