summaryrefslogtreecommitdiff
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
commitbe4be360c18d70d88731766a8b097ad8acac9862 (patch)
treead9c895caa20615688fb992b8731451401f29d24
parentf81812464c6504831b8bddaabfe25876a0906488 (diff)
CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel
-rw-r--r--sw/prj/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/prj/makefile.mk b/sw/prj/makefile.mk
index c73a3d944bbf..e312a7ccab65 100644
--- a/sw/prj/makefile.mk
+++ b/sw/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