diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-14 15:16:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-14 15:16:40 +0200 |
commit | 387620beff3c24f90a7a790821a6d87675aba961 (patch) | |
tree | b59a20bee40cc0474988e257dfe6e621130c8547 /Makefile.in | |
parent | 109ca35257a45226e89cbd3152f5aca86f8b99d5 (diff) |
Removed solenv/bin/subsequenttests, moved its (improved) content directly into Makefile.in.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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 && \ |