Skip to content
Snippets Groups Projects
Commit 37895095 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: also support --prefix for AllwmakeParseArguments

- corresponds to general conventions/expectations
parent c3f2a01f
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment