mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-29 02:39:39 +02:00
build: some comments added
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user