X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fclean_subdirs.sh;h=8eb4cdcf8cf373974c3b5457b2a2a7df6f09b2a2;hb=090ac080acb0cc4f3fd4c9332b08d2dd5fb77394;hp=00ba783c6d389a7f12d1a182b3b814872132298a;hpb=d765f2cd289869d7c138b2e3c7ab7fc961638cd8;p=feisty_meow.git diff --git a/scripts/clam/clean_subdirs.sh b/scripts/clam/clean_subdirs.sh index 00ba783c..8eb4cdcf 100755 --- a/scripts/clam/clean_subdirs.sh +++ b/scripts/clam/clean_subdirs.sh @@ -12,11 +12,11 @@ function clean_subdirectories() # make sure there's a makefile there. if [ -f "$smoot87/makefile" ]; then #echo "inside barriers, with filename=$smoot87 and all conditions met." - pushd "$smoot87" + pushd "$smoot87" &>/dev/null make --silent -I "$CLAM_DIR" NOT_FIRST_MAKE=t clean - popd + popd &>/dev/null else - echo "Skipping makefile-less directory $smoot87..." + echo "(skipping directory $smoot87)" fi done }