diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-10 15:26:03 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-10 15:26:03 +0100 |
commit | 8897e7be544c63d1737e3306a832bb0460308ea5 (patch) | |
tree | 9264ff8e4f145384078736d19f711a00adc2fc1e /sw/prj | |
parent | b22b6f7a7abf9b88e91c6fc1438d7ea27c16970f (diff) |
gnumake2: first try at local build dirs
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 3b1b54d4357f..3d495209d74a 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) + cd $(PRJ) && $(GNUMAKE) $(VERBOSEFLAG) -r -j$(MAXPROCESS) install |