[Libreoffice-commits] .: 2 commits - Makefile.top
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 4 07:34:37 PDT 2012
Makefile.top | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
New commits:
commit da6c468f337ecafd69b5e0942000ed1bb7415e34
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Thu Oct 4 16:21:47 2012 +0200
add also toplevel <module>.build target, while I'm at it
Change-Id: Idd61ec8539dbed81b4500f7c041f8a2b614a7233
diff --git a/Makefile.top b/Makefile.top
index c1fc744..bb632a2 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -255,7 +255,7 @@ zlib\
export gb_TAILBUILDTARGET=all slowcheck
define gbuild_module_rules
-.PHONY: $(1) $(1).all $(1).check $(1).clean $(1).subsequentcheck $(1).deliver
+.PHONY: $(1) $(1).all $(1).build $(1).check $(1).clean $(1).subsequentcheck $(1).deliver
$(1): bootstrap fetch
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) gb_PARTIALBUILD=T
@@ -269,6 +269,9 @@ $(1).all: bootstrap fetch
) \
$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
+$(1).build:
+ cd $(1) && $(GNUMAKE) -j $(CHECK_PARALLELISM) $(GMAKE_OPTIONS) build gb_PARTIALBUILD=T
+
$(1).check:
cd $(1) && $(GNUMAKE) -j $(CHECK_PARALLELISM) $(GMAKE_OPTIONS) check gb_PARTIALBUILD=T
commit 0d5a0d42d9104ef6422ba7078f2449dee865e206
Author: LuboÅ¡ LuÅák <l.lunak at suse.cz>
Date: Thu Oct 4 16:20:22 2012 +0200
add module targets to .PHONY
Change-Id: Idb83964f4a772eee42f3f24e4b43cbd903b0ff82
diff --git a/Makefile.top b/Makefile.top
index b3937ae..c1fc744 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -255,7 +255,7 @@ zlib\
export gb_TAILBUILDTARGET=all slowcheck
define gbuild_module_rules
-.PHONY: $(1) $(1).all $(1).clean $(1).deliver
+.PHONY: $(1) $(1).all $(1).check $(1).clean $(1).subsequentcheck $(1).deliver
$(1): bootstrap fetch
cd $(1) && $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) gb_PARTIALBUILD=T
More information about the Libreoffice-commits
mailing list