aboutsummaryrefslogtreecommitdiff
path: root/patches/gcc/4.4.2/370-bootstrap-target_lib_path.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-02 18:00:54 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-02 18:00:54 +0100
commit8908eb30375d19816e1329b8a4aa4daa430204b0 (patch)
treefbeb902d914447973cc68d2a96717367ad3c6d9c /patches/gcc/4.4.2/370-bootstrap-target_lib_path.patch
parent5ae9b7faf9d8ee65a965b3cd40e2fad63f7884ab (diff)
downloadcrosstool-ng-8908eb30375d19816e1329b8a4aa4daa430204b0.tar.gz
crosstool-ng-8908eb30375d19816e1329b8a4aa4daa430204b0.tar.bz2
crosstool-ng-8908eb30375d19816e1329b8a4aa4daa430204b0.zip
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
Diffstat (limited to 'patches/gcc/4.4.2/370-bootstrap-target_lib_path.patch')
0 files changed, 0 insertions, 0 deletions