diff --git a/applications/solvers/multiphase/MPPICInterFoam/Allwclean b/applications/solvers/multiphase/MPPICInterFoam/Allwclean index d6607c3db0..12d384e356 100755 --- a/applications/solvers/multiphase/MPPICInterFoam/Allwclean +++ b/applications/solvers/multiphase/MPPICInterFoam/Allwclean @@ -1,8 +1,7 @@ #!/bin/sh cd ${0%/*} || exit 1 # run from this directory -set -x wclean libso CompressibleTwoPhaseMixtureTurbulenceModels wclean -# ----------------------------------------------------------------- end-of-file +#------------------------------------------------------------------------------ diff --git a/applications/solvers/multiphase/MPPICInterFoam/Allwmake b/applications/solvers/multiphase/MPPICInterFoam/Allwmake index 110d4b093a..36e2f89646 100755 --- a/applications/solvers/multiphase/MPPICInterFoam/Allwmake +++ b/applications/solvers/multiphase/MPPICInterFoam/Allwmake @@ -1,8 +1,7 @@ #!/bin/sh cd ${0%/*} || exit 1 # run from this directory -set -x wmake libso CompressibleTwoPhaseMixtureTurbulenceModels wmake -# ----------------------------------------------------------------- end-of-file +#------------------------------------------------------------------------------ diff --git a/applications/solvers/multiphase/interCondensingEvaporatingFoam/Allwmake b/applications/solvers/multiphase/interCondensingEvaporatingFoam/Allwmake index 523c10c33c..59af9259fe 100755 --- a/applications/solvers/multiphase/interCondensingEvaporatingFoam/Allwmake +++ b/applications/solvers/multiphase/interCondensingEvaporatingFoam/Allwmake @@ -4,7 +4,6 @@ cd ${0%/*} || exit 1 # Run from this directory # Parse arguments for library compilation targetType=libso . $WM_PROJECT_DIR/wmake/scripts/AllwmakeParseArguments -set -x wmake $targetType temperaturePhaseChangeTwoPhaseMixtures wmake diff --git a/applications/utilities/mesh/generation/foamyMesh/Allwmake b/applications/utilities/mesh/generation/foamyMesh/Allwmake index 85f046473c..bea4106ad3 100755 --- a/applications/utilities/mesh/generation/foamyMesh/Allwmake +++ b/applications/utilities/mesh/generation/foamyMesh/Allwmake @@ -7,8 +7,6 @@ cd ${0%/*} || exit 1 # Run from this directory if [ -f "$CGAL_ARCH_PATH/include/CGAL/version.h" ] || \ [ "${CGAL_ARCH_PATH##*-}" = system -a -f /usr/include/CGAL/version.h ] then - set -x - wmake $targetType conformalVoronoiMesh wmake $targetType conformalVoronoi2DMesh wmake foamyQuadMesh diff --git a/applications/utilities/mesh/manipulation/renumberMesh/Allwmake b/applications/utilities/mesh/manipulation/renumberMesh/Allwmake index fae482e08b..ee135cc373 100755 --- a/applications/utilities/mesh/manipulation/renumberMesh/Allwmake +++ b/applications/utilities/mesh/manipulation/renumberMesh/Allwmake @@ -20,7 +20,6 @@ then export LINK_FLAGS="${LINK_FLAGS} -lzoltanRenumber -L${ZOLTAN_ARCH_PATH}/lib -lzoltan" fi -set -x wmake $targetType #------------------------------------------------------------------------------ diff --git a/applications/utilities/surface/surfaceBooleanFeatures/Allwmake b/applications/utilities/surface/surfaceBooleanFeatures/Allwmake index 660a2e59b5..260b46ea0b 100755 --- a/applications/utilities/surface/surfaceBooleanFeatures/Allwmake +++ b/applications/utilities/surface/surfaceBooleanFeatures/Allwmake @@ -1,6 +1,5 @@ #!/bin/sh cd ${0%/*} || exit 1 # Run from this directory -set -x unset COMPILE_FLAGS LINK_FLAGS diff --git a/src/renumber/Allwmake b/src/renumber/Allwmake index 66d9bfd536..b76410a6a7 100755 --- a/src/renumber/Allwmake +++ b/src/renumber/Allwmake @@ -16,8 +16,6 @@ targetType=libso # echo #fi -set -x - wmake $targetType renumberMethods if [ -f "$BOOST_ARCH_PATH/include/boost/version.hpp" ] || \