Øyvind Harboe wrote: > I'd like to see openocd forbidding build == src dir: > Strong NAK from me. Building inside the source directory is the standard procedure for most software packages, and it makes development easier because I don't have to switch directories to examine generated files.
Building out-of-tree may have some merits in special cases, but demanding it as the only way is not good. > - it creates extra test cases. We minimally need to support > build != src dir. > > - there can be hard to track errors such as bin2char being > left in src/helper and subsequently trying to use build != > src dir will fail. > I do not see how this helps - broken dependencies in Makefiles will cause trouble either way. cu Michael _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
