Skip to content
Snippets Groups Projects
Commit 9efade01 authored by Henry Weller's avatar Henry Weller
Browse files

wmake: Corrected comments

Patch contributed by Bruno Santos
Resolves bug-report https://bugs.openfoam.org/view.php?id=2408
parent 842aa71e
Branches
Tags
2 merge requests!121Merge develop into master for v1706 release,!99Integration foundation
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
# wdep -h # wdep -h
# #
# See also # See also
# wmakeLnInclude, wmakeLnIncludeAll, wmakeQueue, wdep, wrmdep, wrmo, # wmakeLnInclude, wmakeLnIncludeAll, wmakeCollect, wdep, wrmdep, wrmo,
# wclean, wcleanPlatform, wcleanLnIncludeAll # wclean, wcleanPlatform, wcleanLnIncludeAll
# #
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
...@@ -69,7 +69,7 @@ Usage: $Script [OPTION] [dir] ...@@ -69,7 +69,7 @@ Usage: $Script [OPTION] [dir]
options: options:
-s | -silent Quiet mode (does not echo commands) -s | -silent Quiet mode (does not echo commands)
-a | -all wmake all sub-directories, running Allwmake if present -a | -all wmake all sub-directories, running Allwmake if present
-q | -queue wmakeQueue all sub-directories, running Allwmake if present -q | -queue wmakeCollect all sub-directories, running Allwmake if present
-k or -non-stop Compile without stopping when errors occur -k or -non-stop Compile without stopping when errors occur
-j Compile using all local cores/hyperthreads -j Compile using all local cores/hyperthreads
-jN or -j N Compile using N cores/hyperthreads -jN or -j N Compile using N cores/hyperthreads
...@@ -87,7 +87,7 @@ The 'target' is a Makefile target: ...@@ -87,7 +87,7 @@ The 'target' is a Makefile target:
or a special target: or a special target:
all wmake all sub-directories, running Allwmake if present all wmake all sub-directories, running Allwmake if present
queue wmakeQueue all sub-directories, running Allwmake if present queue wmakeCollect all sub-directories, running Allwmake if present
exe Compile statically linked executable exe Compile statically linked executable
lib Compile statically linked archive lib (.a) lib Compile statically linked archive lib (.a)
libo Compile statically linked lib (.o) libo Compile statically linked lib (.o)
...@@ -332,7 +332,7 @@ fi ...@@ -332,7 +332,7 @@ fi
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Recurse the source tree to compile "all" targets using wmakeQueue # Recurse the source tree to compile "all" targets using wmakeCollect
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
if [ "$all" = "queue" ] if [ "$all" = "queue" ]
...@@ -353,7 +353,7 @@ fi ...@@ -353,7 +353,7 @@ fi
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
# Search up the directory tree for the Make sub-directory, # Search up the directory tree for the Make sub-directory,
# check the existance of the 'files' file and build there if present # check the existence of the 'files' file and build there if present
#------------------------------------------------------------------------------ #------------------------------------------------------------------------------
cdSource cdSource
......
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