diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 10:17:53 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 10:17:53 +0100 |
| commit | 88d6fbaf018207e38e8dc9628c74f2cbda587388 (patch) | |
| tree | 221e6fc5c0dde8edb9c95d472300b6ed84b4c50c /Makefile | |
| parent | e8b0b9911b9b6477ffd6077a53cb197773291a40 (diff) | |
| parent | de364de641adc482939a4c2baa8f2dab0e3eae8d (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
