comparison host-tools.sh @ 648:a72f7f70c003

Now that the 2.6.29 kernel is out with squashfs, add squashfs to host-tools.sh and system-image.sh.
author Rob Landley <rob@landley.net>
date Tue, 24 Mar 2009 19:36:07 -0500
parents c92dc77da038
children 950ef7de1cf9
comparison
equal deleted inserted replaced
647:6886c9fcb89b 648:a72f7f70c003
187 cleanup e2fsprogs 187 cleanup e2fsprogs
188 fi 188 fi
189 189
190 # Squashfs is an alternate packaging option. 190 # Squashfs is an alternate packaging option.
191 191
192 #if [ ! -f "${HOSTTOOLS}"/mksquashfs ] 192 if [ ! -f "${HOSTTOOLS}"/mksquashfs ]
193 #then 193 then
194 # setupfor squashfs && 194 setupfor squashfs &&
195 # cd squashfs-tools && 195 cd squashfs-tools &&
196 # make && 196 make -j $CPUS &&
197 # cp mksquashfs unsquashfs "${HOSTTOOLS}" && 197 cp mksquashfs unsquashfs "${HOSTTOOLS}" &&
198 # cd .. 198 cd ..
199 # 199
200 # cleanup squashfs 200 cleanup squashfs
201 #fi 201 fi
202 202
203 if [ ! -z "$RECORD_COMMANDS" ] 203 if [ ! -z "$RECORD_COMMANDS" ]
204 then 204 then
205 # Make sure the host tools we just built are also in wrapdir 205 # Make sure the host tools we just built are also in wrapdir
206 for j in $(ls "$HOSTTOOLS") 206 for j in $(ls "$HOSTTOOLS")