wow, might actually be right now for the subdir cleaning with the right targets....
[feisty_meow.git] / scripts / clam / make_subdirs.sh
index ac950559f7f1b4ff1b9f7355954bf2edebafcad7..1a88e52e13c27e1ce57104c4c9f38ecc16a42f22 100755 (executable)
@@ -12,11 +12,11 @@ function make_subdirectories()
     # make sure there's a makefile there.
     if [ -f "$burlap51/makefile" ]; then
 #echo "inside barriers, with filename=$burlap51 and all conditions met."
-      pushd "$burlap51"
+      pushd "$burlap51" &>/dev/null
       make --silent -I "$CLAM_DIR" NOT_FIRST_MAKE=t 
-      popd
+      popd &>/dev/null
     else
-      echo "Skipping makefile-less directory $burlap51..."
+      echo "(skipping directory $burlap51)"
     fi
   done
 }