X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fmake_subdirs.sh;h=a7fac78f10cd35e304641ede132d86dd41c3db0d;hb=de8512eb5477d06555e4450ed2cff44da81b7f9b;hp=1a88e52e13c27e1ce57104c4c9f38ecc16a42f22;hpb=090ac080acb0cc4f3fd4c9332b08d2dd5fb77394;p=feisty_meow.git diff --git a/scripts/clam/make_subdirs.sh b/scripts/clam/make_subdirs.sh old mode 100755 new mode 100644 index 1a88e52e..a7fac78f --- a/scripts/clam/make_subdirs.sh +++ b/scripts/clam/make_subdirs.sh @@ -11,9 +11,9 @@ function make_subdirectories() for burlap51 in $(find . -mindepth 1 -maxdepth 1 -type d); do # make sure there's a makefile there. if [ -f "$burlap51/makefile" ]; then -#echo "inside barriers, with filename=$burlap51 and all conditions met." +#echo -e "\n\n[[inside barriers, with filename=$burlap51 and all conditions met]]\n\n" pushd "$burlap51" &>/dev/null - make --silent -I "$CLAM_DIR" NOT_FIRST_MAKE=t + make --silent -I "$CLAM_SCRIPTS" NOT_FIRST_MAKE=t popd &>/dev/null else echo "(skipping directory $burlap51)"