samples/mipsel-unknown-linux-gnu/reported.by
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 02 18:00:54 2010 +0100 (2010-01-02)
changeset 1678 ac247da318a1
parent 637 5ad74f579677
permissions -rw-r--r--
misc: do not use "tar cf - |tar xf -"

Using this: tar cf - -C "/some/place" |tar xf - -C "/some/other/place"
to copy a directory to another place does not properly fail (when it does).

Using this instead: cp -av "/some/place" "/some/other/place"
makes it easy to see why and how it failed.

Impacted:
libc/uClibc
debug/ltrace
tools/sstrip
scripts/populate
yann@637
     1
reporter_name="Alexander BIGGA"
yann@637
     2
reporter_url="http://sourceware.org/ml/crossgcc/2008-07/msg00000.html"
yann@1003
     3
reporter_comment=""