From b82245322e04064c097fbdcb1737c084d06b9147 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 30 Jan 2007 17:33:53 +0000 Subject: - make absolutely sure that we are not trying to go into jobserver mode for MAKE1 --- package/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'package') diff --git a/package/Makefile.in b/package/Makefile.in index aca3e4b07..f8557f700 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -1,5 +1,8 @@ -MAKE1=make -MAKE=make -j$(BR2_JLEVEL) +ifndef MAKE +MAKE=make +endif +MAKE1:=$(MAKE) MAKE="$(firstword $(MAKE)) -j1" +MAKE:=$(MAKE) -j$(BR2_JLEVEL) # Strip off the annoying quoting ARCH:=$(strip $(subst ",, $(BR2_ARCH))) -- cgit v1.2.3