From: Matthew Vernon Date: Sun, 3 Dec 2017 12:40:02 +0000 (+0000) Subject: Use unlimited rather than hard X-Git-Tag: archive/debian/2%8.39-7^0 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?p=pcre3.git;a=commitdiff_plain;h=d69d22f98dea37c5dd8799a281f6aaf7b8b97a46 Use unlimited rather than hard /bin/sh's ulimit doesn't understand hard, but does understand unlimited --- diff --git a/debian/rules b/debian/rules index dadaacc..3b705e1 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ build-stamp: configure-stamp # Add here commands to compile the package. $(MAKE) $(NJOBS) ifeq ($(DEB_BUILD_GNU_TYPE),$(DEB_HOST_GNU_TYPE)) - ulimit -s hard + ulimit -s unlimited $(MAKE) check VERBOSE=1 endif