Summary
make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX
Metadata
- Id: d6449a66eef20655eb186d16b57f20dd42aeefcc
- Trac id: 1460
- Type: defect
- Reporter: kristianlm
- Owner:
- Cc:
- Status: closed
- Component: build system
- Estimated difficulty: easy
- Resolution: duplicate
- Priority: major
- Milestone: 5.0
- Version: 5.0.0
- Changetime: 2018-05-01 16:41:16 UTC
- Created: 2018-05-01 12:49:04 UTC
- Keywords:
Description
PROGRAM_PREFIX and PROGRAM_SUFFIX are ignored in `runtests.sh`:
$ make PROGRAM_SUFFIX=5 PLATFORM=linux check ... cd tests; sh runtests.sh ======================================== version tests ... runtests.sh: line 67: ../csc: No such file or directory make: *** [rules.make:967: check] Error 127
Felix is aware of this but I though I'd turn it into an issue for reference.
Changes and comments
[2018-05-01 13:28:20 UTC] felix set difficulty to easy
[2018-05-01 13:28:20 UTC] felix changed component from unknown to build system
[2018-05-01 13:28:20 UTC] felix changed milestone from someday to 5.0
[2018-05-01 16:41:16 UTC] kooda changed status from new to closed
[2018-05-01 16:41:16 UTC] kooda set resolution to duplicate
[2018-05-01 16:41:16 UTC] kooda wrote:
Duplicate of #1458 :Þ