[libntl] 01/01: Don't set MAKEFLAGS=-jN, this does not play well with the buggy pointless rules below

Ximin Luo infinity0 at debian.org
Thu Oct 19 18:45:42 UTC 2017


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

infinity0 pushed a commit to branch master
in repository libntl.

commit a6b292589dca3ef705297cb7f3e4c1aa0343cba0
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 19 20:44:58 2017 +0200

    Don't set MAKEFLAGS=-jN, this does not play well with the buggy pointless rules below
---
 debian/rules | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 30004fe..d0d31bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,6 @@ CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
-ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-        MAKEFLAGS += -j$(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
-endif
-
 CXXFLAGS += -Wall
 
 build: build-arch-stamp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libntl.git



More information about the debian-science-commits mailing list