diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-01-31 14:12:13 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2011-01-31 14:12:13 +0100 |
commit | be4be360c18d70d88731766a8b097ad8acac9862 (patch) | |
tree | ad9c895caa20615688fb992b8731451401f29d24 /sw/prj | |
parent | f81812464c6504831b8bddaabfe25876a0906488 (diff) |
CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel
Diffstat (limited to 'sw/prj')
-rw-r--r-- | sw/prj/makefile.mk | 2 |
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 |