From 0acd9982c05cc1ee66a473b8f6e40b25c85663a3 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Sun, 27 Mar 2011 12:27:05 +0200 Subject: [PATCH] adding a comment documenting Module.mk --- solenv/gbuild/Module.mk | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk index 2af5ad0dad22..9554853b4a40 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 :=