samples/arm-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 826 73e56967ad3f
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@826
     1
reporter_name="Matthias KAEHLCKE"
yann@826
     2
reporter_url="http://sourceware.org/ml/crossgcc/2008-08/msg00055.html"
yann@986
     3
reporter_comment=""