Bug 20334 – posix.mak clean target does not remove all generated files
Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2019-10-29T19:24:02Z
Last change time
2019-11-14T08:23:30Z
Keywords
bootcamp, pull
Assigned to
No Owner
Creator
Alan.W.Irwin1234
Comments
Comment #0 by Alan.W.Irwin1234 — 2019-10-29T19:24:02Z
After a build, install, test, and clean the following generated files (as revealed by "git status --ignored") still occur in the working directory of the dmd repository:
~~~
Ignored files:
(use "git add -f <file>..." to include in what will be committed)
test/mixin.o
test/mymod.o
test/runnable-test13504.lst
test/runnable-test18296.lst
test/trace.def
test/trace.log
~~~
Comment #1 by dlang-bot — 2019-11-13T11:33:47Z
@alexandrumc created dlang/dmd pull request #10566 "Fix Issue 20334 - posix.mak clean target does not remove all generated files" fixing this issue:
- Fix Issue 20334 - posix.mak clean target does not remove all generated files
https://github.com/dlang/dmd/pull/10566
Comment #2 by dlang-bot — 2019-11-14T08:23:30Z
dlang/dmd pull request #10566 "Fix Issue 20334 - posix.mak clean target does not remove all generated files" was merged into master:
- ab3b672f2ba31bc0f4971db0ce3170143e7080dc by Alexandru Militaru:
Fix Issue 20334 - posix.mak clean target does not remove all generated files
https://github.com/dlang/dmd/pull/10566