View Issue Details

IDProjectCategoryView StatusLast Update
0000600fileGeneralpublic2024-12-26 18:26
ReporterAnton Monroe Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.46 
Fixed in VersionHEAD 
Summary0000600: hard-coded path separator in tests/Makefile.in
DescriptionOn 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.

TagsNo tags attached.

Activities

christos

2024-12-26 18:26

manager   ~0004138

Fixed, thanks!

Issue History

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