stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=2bd6c423d7129aa945ccf2e0e6fa7194f6a9d60f

commit 2bd6c423d7129aa945ccf2e0e6fa7194f6a9d60f
Author: Stefan Schmidt <s.schm...@samsung.com>
Date:   Fri May 8 15:08:44 2015 +0200

    build: Pass on makeflags and use proper @$(MAKE)
    
    Going with the build in automake stuff allows us to run this target also in
    parallel. Before we got the warning that the jobserver was missing and it
    would only run as -j1. Thanks to Tom for spotting and Flameeyes for the blog
    post:
    
https://blog.flameeyes.eu/2010/10/tell-tale-signs-that-your-makefile-is-broken#gsc.tab=0
---
 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7916cc1..3969f99 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -132,7 +132,7 @@ DIST_SUBDIRS += $(EXAMPLES_SUBDIRS)
 
 if EFL_ENABLE_TESTS
 check-build:
-       make $(check_PROGRAMS)
+       @$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 endif
 
 examples: all-am

-- 


Reply via email to