mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: also support --prefix for AllwmakeParseArguments
- corresponds to general conventions/expectations
This commit is contained in:
@ -61,11 +61,11 @@ Executing ${0##*/} is equivalent to
|
||||
wmake -all [OPTIONS]
|
||||
|
||||
With additional options:
|
||||
-l | -log Tee output to log.\$WM_OPTIONS
|
||||
-log=NAME Tee output to given filename
|
||||
-prefix=... Identical to wmake -module-prefix
|
||||
-no-recursion Prevent recursive call (do NOT call 'wmake -all')
|
||||
-fromWmake Same as -no-recursion
|
||||
-l | -log Tee output to log.\$WM_OPTIONS
|
||||
-log=NAME Tee output to given filename
|
||||
-prefix=... Define FOAM_MODULE_PREFIX (same as wmake -module-prefix)
|
||||
-no-recursion Prevent recursive call (do NOT call 'wmake -all')
|
||||
-fromWmake Same as -no-recursion
|
||||
|
||||
See
|
||||
wmake -help (or wmake -help-full)
|
||||
@ -97,7 +97,7 @@ do
|
||||
# Pass onwards to other Allwmake scripts
|
||||
;;
|
||||
|
||||
-prefix=* | -module-prefix=*)
|
||||
-module-prefix=* | -prefix=* | --prefix=*)
|
||||
optPrefix="${arg#*=}"
|
||||
case "$optPrefix" in
|
||||
# Prefix: user
|
||||
|
||||
Reference in New Issue
Block a user