diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-19 14:25:45 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2013-11-19 11:30:24 -0600 |
commit | 4eebd65858655eef3f39e40ecbe74c505f6b4688 (patch) | |
tree | 5eff891d00267b3fcc0a9c87c0bda51593496629 /config_host.mk.in | |
parent | cc27264466c372d83d9a37001919ec73f5c221b3 (diff) |
fix Makefile.in
- unify ~all gbuild targets to one gbuild call
- kill CHECK_PARALLELISM as we dont respect it consistently anyway
- ${MODULE}.subsequentcheck needs no specialcasing now anymore too
- should fix e.g. "make unitcheck slowcheck subsequentcheck" calls
Change-Id: I4238d7de599cb9fbaf09f60539d6655b85b87c29
Reviewed-on: https://gerrit.libreoffice.org/6722
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'config_host.mk.in')
-rwxr-xr-x | config_host.mk.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index dc1b454192b6..92c6d51ae86e 100755 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -50,7 +50,6 @@ export CC=@CC@ export CDR_CFLAGS=$(gb_SPACE)@CDR_CFLAGS@ export CDR_LIBS=$(gb_SPACE)@CDR_LIBS@ @x_CFLAGS@ export CFLAGS=@CFLAGS@ -export CHECK_PARALLELISM?=@CHECK_PARALLELISM@ export CLANGBUILD=@CLANGBUILD@ export CLANGDIR=@CLANGDIR@ export CLUCENE_CFLAGS=$(gb_SPACE)@CLUCENE_CFLAGS@ |