mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-24 15:06:42 +00:00
8908eb3037
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 |
||
---|---|---|
.. | ||
000-template.sh | ||
100-dmalloc.sh | ||
200-duma.sh | ||
300-gdb.sh | ||
400-ltrace.sh | ||
500-strace.sh | ||
duma.in |