diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-13 12:49:40 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-16 14:31:02 +0200 |
commit | 0858e1b98a13bc7917293ccf7e3c0ec0ae32b4dc (patch) | |
tree | d1c895934d67e3eb2bc10943d2a370e290bfc849 /Makefile.in | |
parent | cf8a59c77ab66568a610d489c0d7fa83f2d5f564 (diff) |
make check target depend build-order-only on dev-install to allow 'make all dev-install check'
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fde29e48ae80..eb1590824fa0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -90,7 +90,7 @@ fetch: src.downloaded Makefile: autogen.lastrun configure.in ooo.lst.in set_soenv.in Makefile.in ./autogen.sh -check: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ fetch +check: Makefile dmake/dmake@EXEEXT_FOR_BUILD@ fetch | dev-install @. ./Env.Host.sh && \ cd smoketestoo_native && \ build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ |