# HG changeset patch # User Rob Landley # Date 1324997345 21600 # Node ID 84b321099814e045a844a8e38674266a99fc0c75 # Parent 823e6222e924dde29f80c5ea729ceb4bc22d9902 Remove another generated file shipped by zlib, so we don't depend on the weird non-posix busybox cp mode. diff -r 823e6222e924 -r 84b321099814 images/lfs-bootstrap/mnt/build/zlib.sh --- a/images/lfs-bootstrap/mnt/build/zlib.sh Sun Nov 13 21:00:58 2011 -0600 +++ b/images/lfs-bootstrap/mnt/build/zlib.sh Tue Dec 27 08:49:05 2011 -0600 @@ -3,7 +3,7 @@ # zlib 1.2.5 accidentally shipped a generated file, which it then tries to # overwrite in-place. This doesn't work so well on a read only filesystem. -rm -f Makefile && +rm -f Makefile zconf.h && # Fix another bug.