summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-09-14 15:16:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2011-09-14 15:16:40 +0200
commit387620beff3c24f90a7a790821a6d87675aba961 (patch)
treeb59a20bee40cc0474988e257dfe6e621130c8547 /Makefile.in
parentAdded more missing dependencies on solenv back into build.lsts. (diff)
downloadcore-387620beff3c24f90a7a790821a6d87675aba961.tar.gz
core-387620beff3c24f90a7a790821a6d87675aba961.zip
Removed solenv/bin/subsequenttests, moved its (improved) content directly into Makefile.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index c9480c5042bc..7b891f8e3fcf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -96,7 +96,8 @@ check: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ fetch
cd smoketestoo_native && \
export SAL_USE_VCLPLUGIN="svp" && \
build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@
- @. ./Env.Host.sh && $$SOLARENV/bin/subsequenttests
+ @. ./Env.Host.sh && @GNUMAKE@ -f $$SRC_ROOT/GNUmakefile.mk -r \
+ $(if @VERBOSE@,,-s) -j@GMAKE_PARALLELISM@ subsequentcheck
id:
@. ./Env.Host.sh && \