On Thu, 18 May 2006 09:57:39 -0400
Mitch Gorman <[EMAIL PROTECTED]> bubbled:

> Peter Flynn wrote:
> 
> > I'm running them in order with
> > $ for d in eet-0.9.10.026 evas-0.9.9.026 ecore-0.9.9.026 \
> > embryo-0.9.1.026 edje-0.5.0.026 enlightenment-0.16.999.026 \
> > ewl-0.0.4.007; do cd $d;./configure;make;make install;cd ..;done
> >
> 
>     i believe you'll want to change that to something like:

Better way:

> for d in ee* ev* ec* em* ed* en* ew*
> do
>     (cd "${d}" && ./autogen.sh && make && make install)
> done

Jsut to be sure the "cd .." doesn't ruin everything if something bad
happens.


-- 
MyExcuse:
We've run out of licenses

Martin Zwickel <[EMAIL PROTECTED]>
Research & Development

TechnoTrend AG <http://www.technotrend.de>

Attachment: signature.asc
Description: PGP signature

Reply via email to