[linux-tools] 02/03: lockdep: Add '+' prefix to make invocation, so it can be parallelised

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Feb 23 01:20:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux-tools.

commit ad25e86edbea9e2cdc9e2e9b2289861890cb07dc
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Feb 23 01:06:56 2016 +0000

    lockdep: Add '+' prefix to make invocation, so it can be parallelised
    
    This enables coordination with the top-level job server.  Without
    this, the child 'make' will be limited to serial operation.
---
 debian/changelog                          | 1 +
 debian/rules.d/tools/lib/lockdep/Makefile | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0b9a53f..3167605 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ linux-tools (4.5~rc5-1~exp4) UNRELEASED; urgency=medium
   * Makefile.inc, rules.real: Fix conflation of $(DESTDIR) and $(prefix)
   * hyperv-daemons: Fix rule redefinition that 'make' warns about
   * debian/control: Build-Depend on dh-python, as dh_python2 warns we should
+  * lockdep: Add '+' prefix to make invocation, so it can be parallelised
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 22 Feb 2016 23:21:57 +0000
 
diff --git a/debian/rules.d/tools/lib/lockdep/Makefile b/debian/rules.d/tools/lib/lockdep/Makefile
index c398020..cb8c122 100644
--- a/debian/rules.d/tools/lib/lockdep/Makefile
+++ b/debian/rules.d/tools/lib/lockdep/Makefile
@@ -2,7 +2,7 @@ include $(top_rulesdir)/Makefile.inc
 
 DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-MAKE_LOCKDEP := $(MAKE) -C $(top_srcdir)/$(OUTDIR) O=$(CURDIR) V=1 \
+MAKE_LOCKDEP := +$(MAKE) -C $(top_srcdir)/$(OUTDIR) O=$(CURDIR) V=1 \
 	prefix=/usr libdir_relative=lib/$(DEB_HOST_MULTIARCH) \
 	LIBLOCKDEP_VERSION=$(VERSION) \
 	CONFIG_FLAGS='$(CFLAGS) $(filter -D%,$(CPPFLAGS))' LDFLAGS='$(LDFLAGS)'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux-tools.git



More information about the Kernel-svn-changes mailing list