On Sun, 2011-12-04 at 22:52 -0500, mh wrote:
> I started using the easy_e17 script some months ago.

easy_e17.sh is the real culprit for this problem - by default, it builds
EVERYTHING.  Or rather, it did years ago when I used it.  Here's current
strategy.  You might want to change it, depending on how brave you are:

cd ~/src/e
svn update --force --accept theirs-full
for i in eina eet evas ecore embryo edje e_dbus eeze; do
  cd $i
  make distclean
  ./autogen.sh && nice make -j 8 && sudo make install
done

Problem is - this won't update or remove .la files from old components
upon which elementary can depend.

Ross
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to