comparison build.sh @ 1129:3c8d91339f2a

Fix typo.
author Rob Landley <rob@landley.net>
date Sun, 20 Jun 2010 14:54:00 -0500
parents e5f9681a8b3c
children 19f3be2b4d04
comparison
equal deleted inserted replaced
1128:e5f9681a8b3c 1129:3c8d91339f2a
100 100
101 if [ ! -z "$CROSS_HOST_ARCH" ] && not_already cross-compiler 101 if [ ! -z "$CROSS_HOST_ARCH" ] && not_already cross-compiler
102 then 102 then
103 rm -rf "$BUILD/simple-root-filesystem-$ARCH.tar.bz2" 103 rm -rf "$BUILD/simple-root-filesystem-$ARCH.tar.bz2"
104 104
105 time ./cross_compiler.sh "$ARCH" || exit 1 105 time ./cross-compiler.sh "$ARCH" || exit 1
106 fi 106 fi
107 107
108 # Build the basic root filesystem. 108 # Build the basic root filesystem.
109 109
110 if not_already simple-root-filesystem 110 if not_already simple-root-filesystem