Use a more orthoganal log file name when producing output on target.

Thu, 02 Aug 2012 00:03:59 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 02 Aug 2012 00:03:59 +0200
changeset 441
96a355979688
parent 440
6a2e97ed1f86
child 442
b2db2cf97b30

Use a more orthoganal log file name when producing output on target.

openpkg/buildquick.sh file | annotate | diff | comparison | revisions
     1.1 --- a/openpkg/buildquick.sh	Thu Aug 02 00:02:39 2012 +0200
     1.2 +++ b/openpkg/buildquick.sh	Thu Aug 02 00:03:59 2012 +0200
     1.3 @@ -15,4 +15,4 @@
     1.4                      --use_cc=/$TOPDIR/bin/cc --use_ar=/$TOPDIR/bin/ar \
     1.5                      --use_ld=/$TOPDIR/bin/ld --use_as=/$TOPDIR/bin/as \
     1.6                      --use_strip=/$TOPDIR/bin/strip \
     1.7 -                    2>&1 | tee buildlog.txt
     1.8 +                    2>&1 | tee buildquick.log

mercurial