diff --git a/build b/build index 4c867ab..0f36b34 100755 --- a/build +++ b/build @@ -165,6 +165,9 @@ Options: #----------------------------------------------------------------------------- # sub-command 'configure' # +# Create basic directory hierachy and the configuration file in the given +# installation root directory +# build::configure() { local opt_force='no' @@ -302,6 +305,9 @@ Options: #----------------------------------------------------------------------------- # sub-command 'compile' # +# compile all required tools like bash, tclsh etc for a Pmodules module. +# The version is defined at the beginning of this file. +# build::compile() { local opt_force='no' local opt_cleanup='yes' @@ -381,6 +387,8 @@ Options: #----------------------------------------------------------------------------- # sub-command 'install' # +# Install Pmodules files. +# build::install() { while (( $# > 0 )); do case $1 in