changeset 22:84b321099814

Remove another generated file shipped by zlib, so we don't depend on the weird non-posix busybox cp mode.
author Rob Landley <rob@landley.net>
date Tue, 27 Dec 2011 08:49:05 -0600
parents 823e6222e924
children 73b8cbdef3b5
files images/lfs-bootstrap/mnt/build/zlib.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.