diff options
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 |