This is probably a sign that I'm missing something, but I searched a bit and didn't see it.
I checked out Kamikaze (svn 10567) and tried to build it up from scratch. Went through the menuconfig process, left everything pretty much default. When I try to build it, it gets as far as tools/automake compile, then hangs. Here's the transcript::
jrd@mothra ~/openwrt/kamikaze/trunk $ make
make[1] world
make[2] tools/install
make[3] -C tools/sed compile
make[3] -C tools/sed install
make[3] -C tools/sstrip compile
make[3] -C tools/sstrip install
make[3] -C tools/ipkg-utils compile
make[3] -C tools/ipkg-utils install
make[3] -C tools/genext2fs compile
make[3] -C tools/genext2fs install
make[3] -C tools/lzma compile
make[3] -C tools/lzma install
make[3] -C tools/squashfs compile
make[3] -C tools/squashfs install
make[3] -C tools/mtd-utils compile
make[3] -C tools/mtd-utils install
make[3] -C tools/mkimage compile
make[3] -C tools/mkimage install
make[3] -C tools/firmware-utils compile
make[3] -C tools/firmware-utils install
make[3] -C tools/patch-cmdline compile
make[3] -C tools/patch-cmdline install
make[3] -C tools/pkg-config compile
make[3] -C tools/pkg-config install
make[3] -C tools/automake compile
Not really clear what it's doing; the machine appears to be idle. Anybody seen this? What am I doing wrong. TIA....