From: Thorsten O. <ad...@th...> - 2024-04-30 03:22:14
|
On Montag, 29. April 2024 18:08:33 CEST Miro Kropáček wrote: > Wouldn't be possible to move these folders somewhere else (build/deps or > whatever). Now it's really distracting. More distracting than before? And its not only the .deps directory that is created there, if you run "make check", the test executables are also build there. >either don't build any zic by default or build as many of them as many of libc.a's is there That would require to completely reorganize checkrules, since it currently only builds for a single architecture. Or maybe completely get rid of it, since it duplicates a lot of things from buildrules. But one thing after the other. >I don't know, it just seemed odd to have ELF this kind of preference. We could build them for a.out too of course, but they would be rather useless without a gdb that can handle a.out binaries. I just thought that it would be useful to have them build for elf where they actually can be used. But of course we can disable that again, to build other apps like qed they are not needed. |