X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fclean_subdirs.sh;h=45d2c1e1cae9b8a42b33ecfac2c03ebe3c4a460c;hb=4be7627787c8ef59b9c2dac636d2665afbb9bf96;hp=8eb4cdcf8cf373974c3b5457b2a2a7df6f09b2a2;hpb=54bafaab2c49eb0c64e6e40750f2f14e869f1edd;p=feisty_meow.git diff --git a/scripts/clam/clean_subdirs.sh b/scripts/clam/clean_subdirs.sh index 8eb4cdcf..45d2c1e1 100755 --- a/scripts/clam/clean_subdirs.sh +++ b/scripts/clam/clean_subdirs.sh @@ -11,7 +11,7 @@ function clean_subdirectories() for smoot87 in $(find . -mindepth 1 -maxdepth 1 -type d); do # make sure there's a makefile there. if [ -f "$smoot87/makefile" ]; then -#echo "inside barriers, with filename=$smoot87 and all conditions met." +#echo -e "\n\n[[inside barriers, with filename=$burlap51 and all conditions met]]\n\n" pushd "$smoot87" &>/dev/null make --silent -I "$CLAM_DIR" NOT_FIRST_MAKE=t clean popd &>/dev/null