From: Chris Koeritz Date: Mon, 3 Oct 2016 21:04:48 +0000 (-0400) Subject: removed debugging X-Git-Tag: 2.140.90~395 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=d84cca001d859500e4273888332fea8ed9943f51;p=feisty_meow.git removed debugging --- diff --git a/scripts/clam/rules.def b/scripts/clam/rules.def index 13279c2c..4d0be0e8 100644 --- a/scripts/clam/rules.def +++ b/scripts/clam/rules.def @@ -98,7 +98,7 @@ make_subdirs: # again with the CLEAN variable defined so that this can be passed down into # all subsequent makes. clean: set_cleaner_variable $(OTHER_CLEANS) scratch_other_cleans clean_subdirs ready_to_clean - # no code here. + @# no code here. set_cleaner_variable: $(eval CLEAN := true) @@ -109,8 +109,6 @@ scratch_other_cleans: ready_to_clean: @echo Whacking [$(CLEANUPS)] $(HIDESH) -c '\ -echo the other cleans were: $(OTHER_CLEANS); \ -echo the cleanup removal list is: $(CLEANUPS); \ if [ ! -z "$(CLEANUPS)" ]; then \ for spork19 in $(CLEANUPS) nonexistentishfileforlist; do \ rm -rf "$$spork19"; \