[Libreoffice-commits] .: solenv/gbuild
Bjoern Michaelsen
bmichaelsen at kemper.freedesktop.org
Sun Mar 27 03:27:22 PDT 2011
solenv/gbuild/Module.mk | 15 +++++++++++++++
1 file changed, 15 insertions(+)
New commits:
commit 8b7376457f0af2917eb54590bcbb3d4c56611b0e
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date: Sun Mar 27 12:27:05 2011 +0200
adding a comment documenting Module.mk
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index 2af5ad0..9554853 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -26,6 +26,21 @@
#*************************************************************************
+# Overview of dependencies and tasks of Module
+#
+# target task depends on
+# Module build the product all product targets
+# excluding tests recursive Modules
+# Module/check run unit tests all unit tests
+# recursive Module/checks
+# Module/subsequentcheck run system tests all system tests
+# recursive Module/subsequentchecks
+# all (global) build the product top-level Module
+# check (global) run unit tests top-level Module/check
+# subsequentcheck (global) run system tests top-level Module/subsequentcheck
+# allandcheck (global) default goal all check
+
+
# Module class
gb_Module_ALLMODULES :=
More information about the Libreoffice-commits
mailing list