summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-22 12:00:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-22 12:00:40 +0100
commita96029501d215f16535ab3a879ac384e042c7df1 (patch)
treef2ddece91cc03e60461c282d59dc12fac233befa /Makefile
parent93766456424ace2eb274f78aee96e9f2b6079567 (diff)
parent657cec41e61aaf926e39f8be8931df5e3422a097 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 449d3eb8a..26f80c7cf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,8 @@
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
-_UNLIMIT= ulimit -dS $(shell ulimit -dH >/dev/null 2>/dev/null ) >/dev/null 2>/dev/null;
+_UNLIMIT= __limit=$$(ulimit -dH 2>/dev/null); \
+ test -n "$$__limit" && ulimit -dS $$__limit;
all: .prereq_done
@${_UNLIMIT} ${GMAKE_INV} all