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 | 017970dc24d6b9e7b647a296a638e4c6892ab42e (patch) | |
tree | a47631b738e7372c078e9ab01a28af6b953bd4a7 /tools/prj | |
parent | 68ca0831757ddc34accf17177116f9541d0a8653 (diff) |
CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel
Diffstat (limited to 'tools/prj')
-rw-r--r-- | tools/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/prj/makefile.mk b/tools/prj/makefile.mk index c73a3d944bbf..e312a7ccab65 100644 --- a/tools/prj/makefile.mk +++ b/tools/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 |