summaryrefslogtreecommitdiff
path: root/maintMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'maintMakefile')
-rw-r--r--maintMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintMakefile b/maintMakefile
index d8415850..fb98a42f 100644
--- a/maintMakefile
+++ b/maintMakefile
@@ -295,7 +295,7 @@ NR_MAKE = $(MAKE)
# Check builds both with build.sh and with make
build.sh_SCRIPT = exec >>'checkcfg.$*.log' 2>&1; set -x; \
cd $(distdir)/_build \
- && OUTDIR=_bld ../build.sh $(CFGCHECK_BUILD_FLAGS) \
+ && OUTDIR=_bld ../build.sh -k $(CFGCHECK_BUILD_FLAGS) \
&& _bld/make GMK_OUTDIR=../_bld $(AM_MAKEFLAGS) check-local \
&& _bld/make GMK_OUTDIR=../_bld $(AM_MAKEFLAGS) clean