Thu, 02 Aug 2012 00:03:59 +0200
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