diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-02 14:06:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-02 14:06:21 +0000 |
commit | d3f104d48f9c1d20a422db28961518962c4c902c (patch) | |
tree | 1e1caba01742ffb3131392af611ecbba242358ec /Makefile.in | |
parent | eb84bfb7dc422587358aa2c81c81372c8ef1babf (diff) |
make smoketest use ooinstal to build its install set
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 10b003e5d440..9e05c7059804 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,7 +6,7 @@ SHELL=/bin/sh all: dmake/dmake@EXEEXT@ fetch @. ./*[Ee]nv.[Ss]et.sh && \ cd instsetoo_native && \ - ../solenv/bin/build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ + build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ install: @. ./*[Ee]nv.[Ss]et.sh && \ @@ -40,3 +40,9 @@ src/downloaded: ooo.lst download $$SRC_ROOT/download $$SRC_ROOT/ooo.lst && touch $@ fetch: src/downloaded + +check: + @. ./*[Ee]nv.[Ss]et.sh && \ + cd smoketestoo_native && \ + export SAL_USE_VCLPLUGIN="svp" && \ + build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ |