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 | 534546649af815f149a3b03abdd46a50091b8477 (patch) | |
tree | b84aa233a9bf01eb20d02ac87e0e9538ded8f724 /xmloff | |
parent | 00b02d6380c5e4b8df7d2241bdb4a129a34c8322 (diff) |
gnumake2: first try at local build dirs
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/Makefile | 1 | ||||
-rw-r--r-- | xmloff/prj/makefile.mk | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/xmloff/Makefile b/xmloff/Makefile index c19100ee9a5b..45de5eecabc0 100644 --- a/xmloff/Makefile +++ b/xmloff/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/xmloff/prj/makefile.mk b/xmloff/prj/makefile.mk index 3b1b54d4357f..3d495209d74a 100644 --- a/xmloff/prj/makefile.mk +++ b/xmloff/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 |