summaryrefslogtreecommitdiff
path: root/sfx2/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
commitd1d8b2619b4ddd60fdb658240e48fa223d5b53ae (patch)
treedd846377547b6ea139638dd90e50ff8c18045d5e /sfx2/prj
parentc7b43187a1e80ca5c304997a641dc71645ad48ef (diff)
CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel
Diffstat (limited to 'sfx2/prj')
-rw-r--r--sfx2/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/prj/makefile.mk b/sfx2/prj/makefile.mk
index c73a3d944bbf..e312a7ccab65 100644
--- a/sfx2/prj/makefile.mk
+++ b/sfx2/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