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 | d1d8b2619b4ddd60fdb658240e48fa223d5b53ae (patch) | |
tree | dd846377547b6ea139638dd90e50ff8c18045d5e /svx | |
parent | c7b43187a1e80ca5c304997a641dc71645ad48ef (diff) |
CWS gnumake3: workaround for cygwin coredump; don't create deliverlog in parallel
Diffstat (limited to 'svx')
-rwxr-xr-x | svx/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/prj/makefile.mk b/svx/prj/makefile.mk index c73a3d944bbf..e312a7ccab65 100755 --- a/svx/prj/makefile.mk +++ b/svx/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 |