Hi,
this ones costs me some hours. So here's a tip for those using (K)ubuntu Dapper (6.06 LTS) for building Kamikaze.
I needed to upgrade the "GNU Make 3.81beta4" to "GNU Make 3.81" otherwise "make package/compile" fails (so none of the *.ipk's are built). I've grabbed the make source tree from a Kubuntu-Feisty and recompiled that on Dapper to fix this.
* Verify the make version with "make -v"
* Ask a friend to "apt-get source make" on a recent (K)ubuntu
* transfer source tree to your Dapper system
* recompile with "dpkg-buildpackage"
* install resulting *.deb
HTH
// Sven-Ola