Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



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. :-)



Home | Main Index | Thread Index | Old Index