mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
wmake: General cleanup to improve consistency and maintainability
The Makefiles are now in the makefiles sub-directory The "-f | -force" option in wmakeLnInclude is now "-u | -update" for consistency with the other scripts. The "Usage" entry in the headers is now consistently formatted in all scripts.
This commit is contained in:
@ -25,24 +25,26 @@
|
||||
# Script
|
||||
# wcleanPlatform
|
||||
#
|
||||
# Usage
|
||||
# wcleanPlatform [ -current | -all ]
|
||||
# wcleanPlatform <platform> [ ... <platformN> ]
|
||||
#
|
||||
# Description
|
||||
# Deletes the specified platforms object files directories from the
|
||||
# the project top-level platforms directory $WM_PROJECT_DIR.
|
||||
#
|
||||
# You need to be in the project top-level directory to run this script.
|
||||
#
|
||||
# Options
|
||||
# -current: clean the current platform
|
||||
# -all: clean all platforms
|
||||
#
|
||||
# If either -current or no platform is specified then the current platform
|
||||
# $WM_OPTIONS is deleted.
|
||||
#
|
||||
# If the -all option is specified all platforms and lnInclude directories
|
||||
# are deleted
|
||||
#
|
||||
# Usage: wcleanPlatform [ -current | -all ]
|
||||
# wcleanPlatform <platform> [ ... <platformN> ]
|
||||
#
|
||||
# -current: clean the current platform
|
||||
# -all: clean all platforms
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
Script=${0##*/}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user