mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
wmake/wcleanAll: Corrected typo
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1483
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
# ========= |
|
# ========= |
|
||||||
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
# \\ / O peration |
|
# \\ / O peration |
|
||||||
# \\ / A nd | Copyright (C) 2011-2014 OpenFOAM Foundation
|
# \\ / A nd | Copyright (C) 2011-2015 OpenFOAM Foundation
|
||||||
# \\/ M anipulation |
|
# \\/ M anipulation |
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# License
|
# License
|
||||||
@ -64,10 +64,10 @@ done
|
|||||||
[ -d bin -a -d src ] || usage "not in the project top level directory"
|
[ -d bin -a -d src ] || usage "not in the project top level directory"
|
||||||
|
|
||||||
|
|
||||||
echo "Removing platforms/ subdirectores"
|
echo "Removing platforms/sub-directories"
|
||||||
rm -rf platforms/*
|
rm -rf platforms/*
|
||||||
|
|
||||||
echo "Cleaning Make subdirectories"
|
echo "Cleaning Make sub-directories"
|
||||||
find . -depth \( -name Make -o -name "Make.[A-Za-z]*" \) -type d -print | \
|
find . -depth \( -name Make -o -name "Make.[A-Za-z]*" \) -type d -print | \
|
||||||
xargs -i find '{}' -mindepth 1 -maxdepth 1 -type d -print | \
|
xargs -i find '{}' -mindepth 1 -maxdepth 1 -type d -print | \
|
||||||
xargs rm -rf
|
xargs rm -rf
|
||||||
|
|||||||
Reference in New Issue
Block a user