After successully compiling Git version, I've found two issues in two makefiles:
a) in build/models.mk I had to change UFOMODEL = ./ufomodel to UFOMODEL = ./ufomodel$(EXE_EXT) while crosscompiling (but maybe a sym link shoud be enough)
b) in build/data.mk I always get a too long command line while packing, this issue doesn't happen with latest SVN version (make output attached)
I'm wrong as usual?