Yann E. MORIN" 8908eb3037 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
2010-01-02 18:00:54 +01:00
..
2009-11-22 11:36:41 +01:00
2009-10-30 20:08:44 +01:00
2009-05-13 18:10:47 +00:00
2009-08-02 16:45:43 +02:00