removed debugging
authorChris Koeritz <fred@gruntose.com>
Mon, 3 Oct 2016 21:04:48 +0000 (17:04 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 3 Oct 2016 21:04:48 +0000 (17:04 -0400)
scripts/clam/rules.def

index 13279c2c5410ecaf65e2e875455f7ff0e0b4113e..4d0be0e8712b3933df947eb2cdd78fb555251c77 100644 (file)
@@ -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"; \