https://issues.dlang.org/show_bug.cgi?id=14750
--- Comment #3 from Walter Bright <[email protected]> --- (In reply to Martin Nowak from comment #2) > (In reply to Walter Bright from comment #0) > > When adding files to druntime, PLEASE add them to the manifest. > > Please stop recommending repeated manual actions as solutions, they don't > work. I'm fine if someone posts a method of doing this automatically. In the absence of such, it needs to be done manually. Otherwise, things break, as they did for me. There's no point in having a MANIFEST file if it is allowed to get out of sync with the files. > Why should we distribute the additional tests? Because running 'make -f posix.mak clean' fails without them. That's how I discovered the problem. --
