fixing generated deps interference with clean
[feisty_meow.git] / scripts / clam / rules.def
index 4706079f347e0ce73173afacff32229332bb347b..e9f91b155d5aa7ee70d4107ed9a323a480b8a0d4 100644 (file)
@@ -34,7 +34,7 @@ endif
 
 # Provides a time-stamp in the make log.
 show_date.%:
-       $(HIDER)echo "The time right now is $(shell date)"
+       $(HIDER)echo "{$(shell date)}"
 
 # The .make rule changes to the directory with the same first part of the
 # pattern and makes whatever projects are there.  This is used by the build
@@ -79,7 +79,7 @@ endif
 ifeq "$(NOT_FIRST_MAKE)" ""
        $(HIDESH) -c '\
 if [ ! -f "$(FAILURE_FILE)" ]; then \
-  $(SHELL) $(CLAM_DIR)/sound_play.sh $(CLAM_FINISH_SOUND); \
+  $(SHELL) $(FEISTY_MEOW_SCRIPTS)/multimedia/sound_play.sh $(CLAM_FINISH_SOUND); \
 fi'
 endif
 # toss the flag files so we do not see them again.
@@ -117,7 +117,7 @@ ready_to_clean: $(OTHER_CLEANS) clean_subdirs
        @echo Whacking [$(CLEANUPS)]
        $(HIDESH) -c '\
 echo the other cleans were: $(OTHER_CLEANS); \
-echo the clean list is: $(CLEANUPS); \
+echo the cleanup removal list is: $(CLEANUPS); \
 if [ ! -z "$(CLEANUPS)" ]; then \
   for i in $(CLEANUPS) nonexistentishfileforlist; do \
     rm -rf "$$i"; \