crosstool-ng/scripts/build/debug
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
..
000-template.sh Split CT_ExtractAndPatch in two: CT_Extract and CT_Patch: 2009-01-05 23:02:43 +00:00
100-dmalloc.sh debug/dmalloc: fix handling of threading model 2009-10-21 18:47:16 +02:00
200-duma.sh duma: fix downloading by forcing extension to .tar.gz 2009-08-28 11:57:29 +02:00
300-gdb.sh debug/tools: set the ncurses extension to .tar.gz 2009-12-30 15:38:03 +01:00
400-ltrace.sh misc: do not use "tar cf - |tar xf -" 2010-01-02 18:00:54 +01:00
500-strace.sh Allow user to add a directory component in the sys-root path. 2009-03-03 17:41:59 +00:00
duma.in Use POSIX constructs in the DUMA wrapper installed on the target. 2008-07-19 12:15:17 +00:00