summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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