19.08.2020 21:12, Peter Maydell wrote: ... > Also one of my random "just test linux-user" setups fails > because the build doesn't seem to have put the final binaries > in the right place: ... > I can live with the .o files moving around (though I would have > preferred it if they did not), but the final binaries should be > being built into the same places we always have. Otherwise we're > going to break a lot of "just run from the build tree" setups > and instructions.
is it really that important? We've changed single target build rules already (from subdir-x86_64-softmmu to x86_64-softmmu/all for one), which broke quite some mostly automatic build systems which needed some fixing. Moving executables isn't a big deal after that, methinks.. /mjt
