ok now it's clear :) Daniel Juyung Seo (SeoZ) On Nov 14, 2012 8:55 AM, "Enlightenment SVN" <[email protected]> wrote:
> Log: > make the autogen.sh's fail with a message. > > > > Author: raster > Date: 2012-11-13 15:55:24 -0800 (Tue, 13 Nov 2012) > New Revision: 79257 > Trac: http://trac.enlightenment.org/e/changeset/79257 > > Modified: > trunk/IN-EFL/eet/autogen.sh trunk/IN-EFL/eina/autogen.sh > trunk/IN-EFL/embryo/autogen.sh trunk/IN-EFL/eo/autogen.sh > trunk/IN-EFL/evas/autogen.sh trunk/IN-EFL/evil/autogen.sh > > Modified: trunk/IN-EFL/eet/autogen.sh > =================================================================== > --- trunk/IN-EFL/eet/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256) > +++ trunk/IN-EFL/eet/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257) > @@ -1,5 +1,8 @@ > #!/bin/sh > > +echo "Do not use this tree anymore - use the efl tree instead." > +exit 1 > + > rm -rf autom4te.cache > rm -f aclocal.m4 ltmain.sh > > > Modified: trunk/IN-EFL/eina/autogen.sh > =================================================================== > --- trunk/IN-EFL/eina/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256) > +++ trunk/IN-EFL/eina/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257) > @@ -1,5 +1,8 @@ > #!/bin/sh > > +echo "Do not use this tree anymore - use the efl tree instead." > +exit 1 > + > rm -rf autom4te.cache > rm -f aclocal.m4 ltmain.sh > > > Modified: trunk/IN-EFL/embryo/autogen.sh > =================================================================== > --- trunk/IN-EFL/embryo/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256) > +++ trunk/IN-EFL/embryo/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257) > @@ -1,5 +1,8 @@ > #!/bin/sh > > +echo "Do not use this tree anymore - use the efl tree instead." > +exit 1 > + > rm -rf autom4te.cache > rm -f aclocal.m4 ltmain.sh > > > Modified: trunk/IN-EFL/eo/autogen.sh > =================================================================== > --- trunk/IN-EFL/eo/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256) > +++ trunk/IN-EFL/eo/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257) > @@ -1,5 +1,8 @@ > #!/bin/sh > > +echo "Do not use this tree anymore - use the efl tree instead." > +exit 1 > + > rm -rf autom4te.cache > rm -f aclocal.m4 ltmain.sh > > > Modified: trunk/IN-EFL/evas/autogen.sh > =================================================================== > --- trunk/IN-EFL/evas/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256) > +++ trunk/IN-EFL/evas/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257) > @@ -1,5 +1,8 @@ > #!/bin/sh > > +echo "Do not use this tree anymore - use the efl tree instead." > +exit 1 > + > rm -rf autom4te.cache > rm -f aclocal.m4 ltmain.sh > > > Modified: trunk/IN-EFL/evil/autogen.sh > =================================================================== > --- trunk/IN-EFL/evil/autogen.sh 2012-11-13 23:52:58 UTC (rev 79256) > +++ trunk/IN-EFL/evil/autogen.sh 2012-11-13 23:55:24 UTC (rev 79257) > @@ -1,5 +1,8 @@ > #!/bin/sh > > +echo "Do not use this tree anymore - use the efl tree instead." > +exit 1 > + > rm -rf autom4te.cache > rm -f aclocal.m4 ltmain.sh > > > > > ------------------------------------------------------------------------------ > Monitor your physical, virtual and cloud infrastructure from a single > web console. Get in-depth insight into apps, servers, databases, vmware, > SAP, cloud infrastructure, etc. Download 30-day Free Trial. > Pricing starts from $795 for 25 servers or applications! > http://p.sf.net/sfu/zoho_dev2dev_nov > _______________________________________________ > enlightenment-svn mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
