Subject: Re: CVS commit: basesrc
To: Sean Davis <dive@endersgame.net>
From: Luke Mewburn <lukem@wasabisystems.com>
List: source-changes
Date: 08/30/2002 17:52:31
On Fri, Aug 30, 2002 at 03:43:37AM -0400, Sean Davis wrote:
  | On Fri, Aug 30, 2002 at 09:30:34AM +0300, Luke Mewburn wrote:
  | > 
  | > Module Name:	basesrc
  | > Committed By:	lukem
  | > Date:		Fri Aug 30 06:30:34 UTC 2002
  | > 
  | > Modified Files:
  | > 	basesrc: Makefile
  | > 
  | > Log Message:
  | > print date when make {distribution,release,snapshot} finished
  | > 
  | 
  | Could it also print the date that it started, when it finishes? I
  | know it does at the beginning, but if it did at the end as well, one
  | wouldn't have to run date at the beginning and save the information
  | to be able to determine how long the build took.

That's more effort than I could be bothered with at the moment.
(I'm not saying it's a bad idea though)

"make build" already prints the date it started, and those three
targets call "make build" before they perform their extra
functionality.

I just save the output of my make's to a log file and then head &
tail the file. :-)