X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fcpp%2Fbuildor_gen_deps.sh;fp=scripts%2Fclam%2Fcpp%2Fbuildor_gen_deps.sh;h=c70fe48ba511fdd60af8887648b5b2377c5fdd0a;hb=d87617f212d9dff8d5033b81e19a0740846999fe;hp=c44132c45ecce16a345c1fe9290a4f874054a417;hpb=4416905a08e10cc1bd70336c5fbcb3aee9186b2a;p=feisty_meow.git diff --git a/scripts/clam/cpp/buildor_gen_deps.sh b/scripts/clam/cpp/buildor_gen_deps.sh index c44132c4..c70fe48b 100755 --- a/scripts/clam/cpp/buildor_gen_deps.sh +++ b/scripts/clam/cpp/buildor_gen_deps.sh @@ -13,6 +13,11 @@ # of the License online. Please send any updates to "fred@gruntose.com". # ############################################################################### +if [ ! -z "$CLEAN" ]; then + echo "in cleaning mode, will not build dependencies." + exit 0 +fi + # this script finds all of the headers used by a cpp file and outputs a # list of other cpp files that are probably needed for building it.