Changeset 60

Show
Ignore:
Timestamp:
06/13/06 13:34:33 (6 years ago)
Author:
tg
Message:

prepend a blank line and a descriptive line with date
to a continuation of 'make.log' to make it easier to
follow

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/Makefile

    r59 r60  
    4343 
    4444v: prereq 
    45         (set -x; ${GMAKE_INV} all V=99) 2>&1 | tee -a make.log 
     45        (echo; echo "Build started on $$(LC_ALL=C TZ=UTC date)"; set -x; \ 
     46            ${GMAKE_INV} all V=99) 2>&1 | tee -a make.log 
    4647 
    4748verbose: prereq