From: Chris Koeritz Date: Tue, 18 Sep 2012 03:41:59 +0000 (-0400) Subject: made timestamp less wordy. X-Git-Tag: 2.140.90~1227 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=2c9b4ccd5ca1fef4bf928225d826839cc01692f6;p=feisty_meow.git made timestamp less wordy. --- diff --git a/scripts/clam/rules.def b/scripts/clam/rules.def index 4706079f..a6f65b5b 100644 --- a/scripts/clam/rules.def +++ b/scripts/clam/rules.def @@ -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