Bug 15224 – making 'clean' results in garbage commands

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
druntime
Product
D
Version
D2
Platform
All
OS
Mac OS X
Creation time
2015-10-19T12:16:57Z
Last change time
2018-01-05T13:27:09Z
Assigned to
No Owner
Creator
Walter Bright

Comments

Comment #0 by bugzilla — 2015-10-19T12:16:57Z
and then it fails: ---- make -fposix.mak DMD=../dmd MODEL=32 clean make -C test/init_fini clean rm -rf ./generated///32 make -C test/exceptions clean rm -rf ./generated///32 make -C test/coverage clean Makefile:29: warning: overriding commands for target `generated///32/no_code.done' Makefile:14: warning: ignoring old commands for target `generated///32/no_code.done' rm -rf ./generated///32 *.lst make[1]: *** No rule to make target `test/profile/.clean', needed by `clean'. Stop. make: *** [clean] Error 2 ----- what are those bogus filenames with /// in them?
Comment #1 by bugzilla — 2015-10-19T12:41:29Z
Adding an empty file 'test/profile/.clean' at least allows it to continue.
Comment #2 by github-bugzilla — 2016-03-09T23:38:52Z
Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/4e8c3492083d9f5ee19c22012820e5535f99147a fix Issue 15224 - making 'clean' results in garbage commands https://github.com/D-Programming-Language/druntime/commit/236c43b2ea4f9d101ca7d15477be104ac0dbf2cd Merge pull request #1483 from MartinNowak/fix15224 fix Issue 15224 - making 'clean' results in garbage commands
Comment #3 by github-bugzilla — 2016-03-19T20:21:25Z
Comment #4 by github-bugzilla — 2018-01-05T13:27:09Z
Commits pushed to dmd-cxx at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/4e8c3492083d9f5ee19c22012820e5535f99147a fix Issue 15224 - making 'clean' results in garbage commands https://github.com/dlang/druntime/commit/236c43b2ea4f9d101ca7d15477be104ac0dbf2cd Merge pull request #1483 from MartinNowak/fix15224