[Libreoffice-commits] .: solenv/gbuild
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Wed Dec 14 03:03:44 PST 2011
solenv/gbuild/extensions/post_AuxTargets.mk | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 9c197011a564c185db425d38425f3a89c1700c9d
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Wed Dec 14 12:02:25 2011 +0100
skip AuxTargets in buildpl phase
diff --git a/solenv/gbuild/extensions/post_AuxTargets.mk b/solenv/gbuild/extensions/post_AuxTargets.mk
index da31aa6..13dd2e0 100644
--- a/solenv/gbuild/extensions/post_AuxTargets.mk
+++ b/solenv/gbuild/extensions/post_AuxTargets.mk
@@ -27,6 +27,8 @@
.PHONY: id tags docs distro-pack-install install fetch clean-host clean-build bootstrap
+ifneq ($(gb_SourceEnvAndRecurse_STAGE),buildpl)
+
id:
@create-ids
@@ -86,5 +88,6 @@ install: build
endif
+endif
# vim:set shiftwidth=4 softtabstop=4 noexpandtab:
More information about the Libreoffice-commits
mailing list