changeset 1020:b9319aa31df8 0.9.11

Always make mke2fs, run-from-build.sh can't make hdb.img otherwise.
author Rob Landley <rob@landley.net>
date Mon, 29 Mar 2010 07:48:57 -0500
parents dab0e08d2de8
children ae5861222322
files host-tools.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/host-tools.sh	Mon Mar 29 00:52:19 2010 -0500
+++ b/host-tools.sh	Mon Mar 29 07:48:57 2010 -0500
@@ -149,7 +149,7 @@
 # of ram to sit there and drool for over 10 minutes to create a 2 gig file
 # that's mostly empty.  Yeah: not doing that.)
 
-if [ ! -f "${STAGE_DIR}"/mke2fs ] && [ "$SYSIMAGE_TYPE" == ext2 ]
+if [ ! -f "${STAGE_DIR}"/mke2fs ]
 then
   setupfor e2fsprogs &&
   ./configure --disable-tls --disable-nls --enable-htree &&