#374 closed defect (invalid)
make spotless doesn't remove cygchicken-0.dll and libchicken.dll.a
| Reported by: | Mario Domenech Goulart | Owned by: | felix winkelmann |
|---|---|---|---|
| Priority: | minor | Milestone: | 4.9.0 |
| Component: | build system | Version: | 4.6.x |
| Keywords: | windows cygwin make spotless | Cc: | |
| Estimated difficulty: |
Description
On Windows/cygwin, make spotless doesn't remove cygchicken-0.dll and libchicken.dll.a (master branch).
Change History (8)
comment:1 Changed 15 years ago by
| Owner: | set to felix winkelmann |
|---|---|
| Status: | new → assigned |
comment:2 Changed 15 years ago by
comment:3 Changed 15 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
Damn, now I can't reproduce it either.
I don't remember what the make invocation was actually. It was a combination of PLATFORM=cygwin, PREFIX=/home/mario/local/master, CHICKEN=/home/mario/local/chicken-4.4.6, CHICKEN=/home/mario/local/make-refactoring and DEBUGBUILD=1 (or without it). I tried some of them again and could not reproduce the problem.
Sorry for the noise. I'm closing this ticket as invalid.
comment:4 Changed 15 years ago by
I think you forgot to pass "PLATFORM=cygwin" while issuing "make spotless".
comment:6 Changed 15 years ago by
I mean, it runs but tells me to provide a valid value for PLATFORM.

I can not reproduce this. How have you invoked
make?