summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2010-11-23 14:24:46 +0100
committerHans-Joachim Lankenau <hjs@openoffice.org>2010-11-23 14:24:46 +0100
commit4791068063b3fa2ce656e09b106cc9ee2c927ca1 (patch)
tree1741a4bfaedf7e55bf15f2fbfe66721c65466f17
parent617870903998c638ccfaac2052771c54007d8f2b (diff)
gnumake2: enable packmodule in setsolar mws builds
-rw-r--r--framework/prj/makefile.mk2
-rw-r--r--sfx2/prj/makefile.mk2
-rw-r--r--xmloff/prj/makefile.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/framework/prj/makefile.mk b/framework/prj/makefile.mk
index 3b1b54d4357f..c73a3d944bbf 100644
--- a/framework/prj/makefile.mk
+++ b/framework/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) $(gb_MAKETARGET)
diff --git a/sfx2/prj/makefile.mk b/sfx2/prj/makefile.mk
index 3b1b54d4357f..c73a3d944bbf 100644
--- a/sfx2/prj/makefile.mk
+++ b/sfx2/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) $(gb_MAKETARGET)
diff --git a/xmloff/prj/makefile.mk b/xmloff/prj/makefile.mk
index 3b1b54d4357f..c73a3d944bbf 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) $(gb_MAKETARGET)