ENH: improve isolation of shell variables in wmake scripts

- reduces unexpected interactions between various make elements
This commit is contained in:
Mark Olesen
2017-02-10 16:13:54 +01:00
committed by mark
parent e82a029453
commit 3d02c8a530
14 changed files with 201 additions and 185 deletions

View File

@ -7,8 +7,7 @@ cd ${0%/*} || exit 1 # Run from this directory
# Cleanup library
rm -f $FOAM_LIBBIN/librunTimePostProcessing* 2>/dev/null
# Cleanup generated files
findObjectDir $PWD # remove entire top-level
rm -rf "$objectsDir" > /dev/null 2>&1
# Cleanup generated files - remove entire top-level
removeObjectDir $PWD
#------------------------------------------------------------------------------