wmake: Update '-s' option to print the files processed without the rules

Based on patch contributed by Alexey Matveichev
Resolves feature request http://bugs.openfoam.org/view.php?id=2328
This commit is contained in:
Henry Weller
2016-11-12 22:01:44 +00:00
parent 1fc8529672
commit a0094dee38
14 changed files with 91 additions and 35 deletions

View File

@ -138,9 +138,12 @@ fi
cd $incDir || exit 1
[ "$silentOpt" = true ] || {
if [ "$silentOpt" = true -o -n "$WM_QUIET" ]
then
echo " ln: $incDir" 1>&2
else
echo "$Script: linking include files to $incDir" 1>&2
}
fi
#------------------------------------------------------------------------------