diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-16 16:31:02 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-09-16 18:56:34 +0200 |
commit | 1c3f8795b5dd1f066f15cf5d160142013e7756ac (patch) | |
tree | c133471803ab75c85cb8ad28d67cb1b5cc2c1931 /solenv | |
parent | 60939ada0ae907dc84ade19762eee52b24e05e88 (diff) |
fix whitespace
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Module.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk index 73739c375347..57214a27e26d 100644 --- a/solenv/gbuild/Module.mk +++ b/solenv/gbuild/Module.mk @@ -32,14 +32,14 @@ # target task depends on # Module build the product all product targets # excluding tests recursive Modules -# Module/unitcheck run unit tests all unit tests +# Module/unitcheck run unit tests all unit tests # recursive Module/checks # Module/subsequentcheck run system tests all system tests # recursive Module/subsequentchecks -# build (global) build the product top-level Module -# unitcheck (global) run unit tests top-level Module/unitcheck +# build (global) build the product top-level Module +# unitcheck (global) run unit tests top-level Module/unitcheck # subsequentcheck (global) run system tests top-level Module/subsequentcheck -# all (global) default goal build unitcheck +# all (global) default goal build unitcheck # Module class |