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 | 43f3c543a5421b6e8db127818088433ac34a87bc (patch) | |
tree | 8571cb65912f6505612480a51a231e757cd88502 /svtools/prj | |
parent | 245e3ab75fd3aa3dd557dab37e9691f33bd023b1 (diff) |
gnumake2: first try at local build dirs
Diffstat (limited to 'svtools/prj')
-rw-r--r-- | svtools/prj/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/prj/makefile.mk b/svtools/prj/makefile.mk index 3b1b54d4357f..3d495209d74a 100644 --- a/svtools/prj/makefile.mk +++ b/svtools/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 |