On 09/23/2014 11:13 PM, Carsten Haitzler (The Rasterman) wrote: > On Tue, 23 Sep 2014 22:28:00 -0400 Chris Michael <[email protected]> > said: > >> Hmm, it built ok here ... but maybe you are building differently than I >> in some way ? >> >> Anyway, thanks for the fix :) > > export MAKEFLAGS=-j17 > make -j10 > > :) apparently my -j has upgraded to 17... in makeflags (yes makeflags exists > and is used by make i think... ). >
Odd, I build with -j9 here and didn't run into any issues ... I'll chalk this one up to a ghost in the machine ;) At any rate, thanks for the fix :) Cheers, dh >> Cheers, >> dh >> >> On 09/23/2014 08:07 PM, Carsten Haitzler wrote: >>> raster pushed a commit to branch master. >>> >>> http://git.enlightenment.org/core/efl.git/commit/?id=43e8aeee1b05e0bbd42fe6c11f65da7cea23baa9 >>> >>> commit 43e8aeee1b05e0bbd42fe6c11f65da7cea23baa9 >>> Author: Carsten Haitzler (Rasterman) <[email protected]> >>> Date: Wed Sep 24 09:06:42 2014 +0900 >>> >>> efl build - fix parallel builds with new branch merge from dh >>> >>> fix tha broken stuff like missing dependencies and links for drm >>> engine module that cause parallel build breaks! >>> --- >>> src/Makefile_Evas.am | 5 +++-- >>> 1 file changed, 3 insertions(+), 2 deletions(-) >>> >>> diff --git a/src/Makefile_Evas.am b/src/Makefile_Evas.am >>> index 7da7fb8..12919ae 100644 >>> --- a/src/Makefile_Evas.am >>> +++ b/src/Makefile_Evas.am >>> @@ -1236,8 +1236,9 @@ modules_evas_engines_drm_module_la_CPPFLAGS = -I >>> $(top_builddir)/src/lib/efl \ modules_evas_engines_drm_module_la_LIBADD = \ >>> @USE_EVAS_LIBS@ \ >>> @USE_ECORE_DRM_LIBS@ \ >>> -@evas_engine_drm_libs@ >>> -modules_evas_engines_drm_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ >>> +@evas_engine_drm_libs@ \ >>> +@USE_EEZE_INTERNAL_LIBS@ >>> +modules_evas_engines_drm_module_la_DEPENDENCIES = @USE_EVAS_INTERNAL_LIBS@ >>> @USE_EEZE_INTERNAL_LIBS@ @USE_ECORE_DRM_INTERNAL_LIBS@ >>> modules_evas_engines_drm_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ >>> modules_evas_engines_drm_module_la_LIBTOOLFLAGS = --tag=disable-static endif >>> ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
