summaryrefslogtreecommitdiff
path: root/comphelper/prj
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-01-31 14:12:13 +0100
committerMathias Bauer <mba@openoffice.org>2011-01-31 14:12:13 +0100
commit017970dc24d6b9e7b647a296a638e4c6892ab42e (patch)
treea47631b738e7372c078e9ab01a28af6b953bd4a7 /comphelper/prj
parent68ca0831757ddc34accf17177116f9541d0a8653 (diff)
CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel
Diffstat (limited to 'comphelper/prj')
-rw-r--r--comphelper/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/prj/makefile.mk b/comphelper/prj/makefile.mk
index c73a3d944bbf..e312a7ccab65 100644
--- a/comphelper/prj/makefile.mk
+++ b/comphelper/prj/makefile.mk
@@ -37,4 +37,4 @@ VERBOSEFLAG := -s
.ENDIF
all:
- cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET)
+ cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) $(gb_MAKETARGET) && $(GNUMAKE) $(VERBOSEFLAG) -r deliverlog