comparison README @ 810:4cfa8c130605

Brown paper bag bug: setting HOST_BUILD_EXTRA or using ./download.sh --extract causes a build break. The regex in the shell function noversion doesn't recognize two consecutive letters as part of a legitimate version name, so qemu-2d18e637e5ec.tar.bz2 should actually be qemu-2d18e637e5e.tar.bz2 in order to be recognized as "qemu". (That's using the git commit ID as the version, which would have worked if I'd cut it in the right place.) I forgot that ./buildall.sh doesn't use ./download.sh --extract anymore, so of course it didn't catch this.
author Rob Landley <rob@landley.net>
date Fri, 21 Aug 2009 22:56:13 -0500
parents 20ba34b54140
children bd2ea96aac53
comparison
equal deleted inserted replaced
809:d326c68aa747 810:4cfa8c130605