summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 12:16:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 12:16:14 +0100
commit74de10d173d5d25354dc21a3231bafad494df765 (patch)
tree4d743a2919e6d763e050da9c9acfff9c56d22a31 /Makefile
parent424e20778f7bdb867cf6e3e34e19742ff36fffaf (diff)
parent88d6fbaf018207e38e8dc9628c74f2cbda587388 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a01e93d9..c0032b4cc 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# material, please see the LICENCE file in the top-level directory.
_UNLIMIT= __limit=$$(ulimit -dH 2>/dev/null); \
- test -n "$$__limit" && ulimit -dS $$__limit;
+ test -n "$$__limit" && ulimit -Sd $$__limit;
all: checkreloc .prereq_done
@${_UNLIMIT} ${GMAKE_INV} all