This commit is breaks install for me. Using make DESTDIR="/foo/bar" install, the only binary I get in the bin dir is evas_cerve2_client, all of the others that should be binaries are temporary libtool scripts.
Doug (Scimmia on IRC) --------------------------------------- Log: efl/libtool: disable-fast-install by default. From Autobook: http://www.sourceware.org/autobook/autobook/autobook_85.html libtool will build executables suitable for copying into their respective installation destinations, obviating the need for relinking them on those hosts which would have required it. Whenever libtool links an executable which uses shared libraries, it also creates a wrapper script which ensures that the environment is correct for loading the correct libraries, See section 10.5 Executing Uninstalled Binaries. On those hosts which require it, the wrapper script will also relink the executable in the build tree if you attempt to run it from there before installation. Sometimes this behaviour is not what you want, particularly if you are developing the package and not installing between test compilations. By passing `--disable-fast-install', the default behaviour is reversed; executables will be built so that they can be run from the build tree without relinking, but during installation they may be relinked. The user may still override this default, depending on platform support, by specifying --enable-fast-install to configure. NOTE: In my measurements it made no difference in install time either. Author: barbieri Date: 2012-12-30 04:29:39 -0800 (Sun, 30 Dec 2012) New Revision: 81900 Trac: http://trac.enlightenment.org/e/changeset/81900 Modified: trunk/efl/configure.ac Modified: trunk/efl/configure.ac =================================================================== --- trunk/efl/configure.ac 2012-12-30 12:26:25 UTC (rev 81899) +++ trunk/efl/configure.ac 2012-12-30 12:29:39 UTC (rev 81900) @@ -358,7 +358,7 @@ if test "x${have_windows}" = "xyes" ; then lt_cv_deplibs_check_method='pass_all' fi -LT_INIT([win32-dll disable-static]) +LT_INIT([win32-dll disable-static disable-fast-install]) version_info="lt_cur:lt_rev:lt_age" AC_SUBST([version_info]) release_info="v_rel" ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel