https://issues.dlang.org/show_bug.cgi?id=14750
--- Comment #5 from Walter Bright <[email protected]> --- (In reply to Martin Nowak from comment #4) > (In reply to Walter Bright from comment #3) > > 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. > > We don't use the MANIFEST file to generate the source trees for the releases > and all the last releases already contain the test folder. > So what exactly was your problem? -------------------------- make -f win32.mak zip ... copy druntime.zip file to new system ... unzip druntime.zip make -fposix.mak MODEL=32 clean make -C test/init_fini clean rm -rf obj make -C test/exceptions clean rm -rf obj make[1]: *** No rule to make target `test/coverage/.clean', needed by `clean'. Stop make: *** [clean] Error 2 --------------------------- It fails because the files necessary are not there. What's the point of having a MANIFEST if it is only a subset of the manifest? --
