build: Pass on makeflags and use proper @$(MAKE)
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 8 May 2015 13:08:44 +0000 (15:08 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 8 May 2015 13:12:46 +0000 (15:12 +0200)
commit2bd6c423d7129aa945ccf2e0e6fa7194f6a9d60f
tree79b68a839c2d6a0abfe2aedf2157bc2277b52355
parent0c07b9bea41e7d49d0477b80d19f31ea9264ada6
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