summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWaldemar <wbx@mirbsd.foo.bar>2009-12-19 14:25:32 +0059
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-19 14:34:06 +0100
commit0e40c7b459f3803bb44bca20304389c6999a2770 (patch)
tree7160ce1b531fc7cfaeeab7a04d5173f6d3fe9f8f /Makefile
parent5279869f4930b421c7f27223ff2425d974d453f0 (diff)
add more mirbsd compatibility patches
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d3130388d..09c109fac 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
CC?= gcc
GMAKE?= $(PWD)/scripts/make
GMAKE_FMK= ${GMAKE} -f $(PWD)/mk/build.mk
-GMAKE_INV= ${GMAKE_FMK} --no-print-directory
+GMAKE_INV= ulimit -dS $$(ulimit -dH); ${GMAKE_FMK} --no-print-directory
all: .prereq_done
@${GMAKE_INV} all