View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000600 | file | General | public | 2024-12-24 04:28 | 2024-12-26 18:26 |
| Reporter | Anton Monroe | Assigned To | christos | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 5.46 | ||||
| Fixed in Version | HEAD | ||||
| Summary | 0000600: hard-coded path separator in tests/Makefile.in | ||||
| Description | On OS/2, "make check" fails because of a hard-coded path separator in the Makefile. In tests/Makefile.in I had to change m=$$m$:$$j; \ to m="$$m$(PATH_SEPARATOR)$$j"; \ for some reason, the quotes were needed. Anyway, I imagine you will know the right way to fix it. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-12-24 04:28 | Anton Monroe | New Issue | |
| 2024-12-26 18:26 | christos | Assigned To | => christos |
| 2024-12-26 18:26 | christos | Status | new => assigned |
| 2024-12-26 18:26 | christos | Status | assigned => resolved |
| 2024-12-26 18:26 | christos | Resolution | open => fixed |
| 2024-12-26 18:26 | christos | Fixed in Version | => HEAD |
| 2024-12-26 18:26 | christos | Note Added: 0004138 |