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 /toolkit | |
parent | 245e3ab75fd3aa3dd557dab37e9691f33bd023b1 (diff) |
gnumake2: first try at local build dirs
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/Makefile | 1 | ||||
-rw-r--r-- | toolkit/prj/makefile.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/toolkit/Makefile b/toolkit/Makefile index c19100ee9a5b..45de5eecabc0 100644 --- a/toolkit/Makefile +++ b/toolkit/Makefile @@ -29,6 +29,7 @@ ifeq ($(strip $(SOLARENV)),) $(error No environment set!) endif +gb_PARTITIALBUILD := T include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../SourcePath.mk GBUILDDIR := $(SOLARENV)/gbuild include $(GBUILDDIR)/gbuild.mk diff --git a/toolkit/prj/makefile.mk b/toolkit/prj/makefile.mk index 3b1b54d4357f..3d495209d74a 100644 --- a/toolkit/prj/makefile.mk +++ b/toolkit/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 |