diff --git a/applications/utilities/mesh/conversion/Optional/Allwmake b/applications/utilities/mesh/conversion/Optional/Allwmake
index 31617e3b12578fff89727d64fbc924c8fd09a65d..ca1fbac090eeefb0ce10abb09da231e311ee962f 100755
--- a/applications/utilities/mesh/conversion/Optional/Allwmake
+++ b/applications/utilities/mesh/conversion/Optional/Allwmake
@@ -5,15 +5,12 @@ set -x
 # run from this directory only
 cd ${0%/*} || exit 1
 
-# build libccmio if required
-if [ ! -e $FOAM_LIBBIN/libccmio.so ]
-then
+# build libccmio and create lnInclude directory
 (
    cd $WM_THIRD_PARTY_DIR && ./AllwmakeLibccmio
 )
-fi
 
-# if the library built okay, the headers must exist too
+# if the library built okay, the headers should exist too
 if [ -e $FOAM_LIBBIN/libccmio.so ]
 then
    wmake ccm26ToFoam
diff --git a/applications/utilities/postProcessing/graphics/fieldview9Reader/Allwmake b/applications/utilities/postProcessing/graphics/fieldview9Reader/Allwmake
index ff9f5f412ee354f018d45b70e0261ccf3287daa0..a2dc313fb1957b75938552cc1dd23cc62bef0c8b 100755
--- a/applications/utilities/postProcessing/graphics/fieldview9Reader/Allwmake
+++ b/applications/utilities/postProcessing/graphics/fieldview9Reader/Allwmake
@@ -1,3 +1,8 @@
-#if [ "$FV_HOME" -a -r $FV_HOME ] ; then
+#!/bin/sh
+
+# disabled
+
+# if [ "$FV_HOME" -a -r $FV_HOME ]
+# then
 #    wmake fieldview9Reader
-#fi
+# fi
diff --git a/applications/utilities/postProcessing/graphics/paraFoam/Allwmake b/applications/utilities/postProcessing/graphics/paraFoam/Allwmake
deleted file mode 100755
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000