diff options
Diffstat (limited to 'debian/_buildscripts/local/README.txt')
-rw-r--r-- | debian/_buildscripts/local/README.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/debian/_buildscripts/local/README.txt b/debian/_buildscripts/local/README.txt index 0286f9454..c5daf21fb 100644 --- a/debian/_buildscripts/local/README.txt +++ b/debian/_buildscripts/local/README.txt @@ -158,7 +158,19 @@ When building sets of modules or the whole TDE, a global build summary is automa If '-ub' is used, the '-so' branch name must be one of those specified in the 'ub' branches. - build_module.sh - Build a single module. + Build a single module. The name of the module can be specified in two ways: + 1) by providing the full "folder/module name" location + Examples: + tdebase + applications/abakus + dependencies/libr + edeps/imlib + 2) by providing only the module name and let the script look up for a unique match among the known modules. + Examples: + tdebase + abakus + libr + imlib Usage: build_module.sh [options] module_name Options: |