diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:43:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 13:43:11 +0200 |
commit | 92b2cfe4098c7d49420f126a5902594fcb7069a1 (patch) | |
tree | f093b27eaf82462fc4134ea8ba8b801fa3c4a539 /Makefile | |
parent | 328a0648998cd683782c433b22d09f1c60c6c3fb (diff) |
first prereq
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ _UNLIMIT= __limit=$$(ulimit -dH 2>/dev/null); \ test -n "$$__limit" && ulimit -Sd $$__limit; ulimit -n 1024; -all: checkreloc .prereq_done +all: .prereq_done checkreloc @${_UNLIMIT} ${GMAKE_INV} all v: .prereq_done |