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 /tools/Makefile | |
parent | 245e3ab75fd3aa3dd557dab37e9691f33bd023b1 (diff) |
gnumake2: first try at local build dirs
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile index c19100ee9a5b..45de5eecabc0 100644 --- a/tools/Makefile +++ b/tools/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 |