On Mon, 12 Nov 2012 13:59:49 -0200 Gustavo Sverzut Barbieri <[email protected]> said:
> why? autofoo complains of difference between cache and current setup eg if u change CFLAGS... it fails to compile. - eg if i change cflags to do -O -g for full debugging, from normal. > On Mon, Nov 12, 2012 at 12:44 PM, Enlightenment SVN < > [email protected]> wrote: > > > Log: > > lets remove the cache files when we autogen. > > > > > > > > Author: raster > > Date: 2012-11-12 06:43:59 -0800 (Mon, 12 Nov 2012) > > New Revision: 79165 > > Trac: http://trac.enlightenment.org/e/changeset/79165 > > > > Modified: > > trunk/e/autogen.sh > > > > Modified: trunk/e/autogen.sh > > =================================================================== > > --- trunk/e/autogen.sh 2012-11-12 14:41:30 UTC (rev 79164) > > +++ trunk/e/autogen.sh 2012-11-12 14:43:59 UTC (rev 79165) > > @@ -1,7 +1,10 @@ > > #!/bin/sh > > > > +rm -rf autom4te.cache > > +rm -f aclocal.m4 ltmain.sh config.cache > > + > > autoreconf --symlink --install > > > > if [ -z "$NOCONFIGURE" ]; then > > - exec ./configure -C "$@" > > + exec ./configure -C "$@" > > fi > > > > > > > > ------------------------------------------------------------------------------ > > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_nov > > _______________________________________________ > > enlightenment-svn mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn > > > > > > -- > Gustavo Sverzut Barbieri > http://profusion.mobi embedded systems > -------------------------------------- > MSN: [email protected] > Skype: gsbarbieri > Mobile: +55 (19) 9225-2202 > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [email protected] ------------------------------------------------------------------------------ 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
