From d84cca001d859500e4273888332fea8ed9943f51 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 3 Oct 2016 17:04:48 -0400 Subject: [PATCH 1/1] removed debugging --- scripts/clam/rules.def | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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"; \ -- 2.34.1