Bruce Dubbs wrote these words on 04/30/06 15:43 CST:

> Something like:
> 
> Finally in each section (using proto for an example)
> 
> cd $XBUILDROOT/proto
> wget wget -i ../proto.wget
> 
> for package in *.tar.bz2
> do
>   packagedir=`echo $package | sed 's/.tar.bz2//'`
>   tar -xf $package &&
>   cd $packagedir &&
>   ./configure $XORG_CONFIG &&
>   make install
>   if [ $? -ne 0 ]; then
>     break #stop the build if the previous command failed
>   fi
>   cd .. &&
>   rm -rf $packagedir
> done 2>&1 | tee -a ../xorg-proto.log #log the entire loop

But I thought this had been discussed already and that we wouldn't
completely automate this. I thought it was determined that users
should figure out for themselves how to automate this. At least
that was my understanding of the results of the discussion.

-- 
Randy

rmlscsi: [bogomips 1003.28] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
15:45:00 up 36 days, 3:22, 1 user, load average: 0.15, 0.16, 0.19
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to