Re: [Cryptodev-linux-devel] [PATCH 1/3] fix Makefile to allow parallel make with -j option

2016-01-18 Thread Phil Sutter
On Thu, Dec 10, 2015 at 12:42:18PM +0200, Cristian Stoica wrote: > Recursive make commands should always use the variable MAKE, not the > explicit command name ‘make’ > > Documented in section "5.7.1 How the MAKE Variable Works" of GNU Make manual > > Signed-off-by: Cristian Stoica All patches

[Cryptodev-linux-devel] [PATCH 1/3] fix Makefile to allow parallel make with -j option

2015-12-11 Thread Cristian Stoica
Recursive make commands should always use the variable MAKE, not the explicit command name ‘make’ Documented in section "5.7.1 How the MAKE Variable Works" of GNU Make manual Signed-off-by: Cristian Stoica --- Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git