> But nevertheless, sometimes it happens that I "do that", > and then I'm always happy when I get a clear error > message. Or even better, when something works as > expected even when I did something unexpected. > You are lucky if you never experienced such situations. > > In my case, even a simple line like > $(DYNGEN): > in Makefile.target would have made me happier.
I still think you're poking around in things that shouldn't concern you, so deserve everything you get. > "make subdir-i386-softmmu" is ok for my application, > configuring with --target-list=i386-softmmu is no solution though > because I need mips-softmmu and mipsel-softmmu, too :-) So configure with --target-list=i386-softmmu,mips-softmmu,mipsel-softmmu Paul