[Issue 15224] New: making 'clean' results in garbage commands
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Oct 19 05:16:57 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15224
Issue ID: 15224
Summary: making 'clean' results in garbage commands
Product: D
Version: D2
Hardware: All
OS: Mac OS X
Status: NEW
Severity: regression
Priority: P1
Component: druntime
Assignee: nobody at puremagic.com
Reporter: bugzilla at digitalmars.com
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?
--
More information about the Digitalmars-d-bugs
mailing list