crosstool-ng/scripts/build/libc
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
..
eglibc.sh eglibc: add support for user provided option groups 2009-10-09 16:22:09 +02:00
glibc.sh libc/glibc: configure libc headers with support for 128-bit long double 2009-11-17 23:41:49 +01:00
newlib.sh libc/newlib: allow using CVS snapshots 2009-10-26 22:00:30 +01:00
none.sh Get rid of all stuff related to building a /delivery' traball: 2009-01-03 21:11:41 +00:00
uClibc.sh misc: do not use "tar cf - |tar xf -" 2010-01-02 18:00:54 +01:00