Opened 8 years ago
Closed 8 years ago
#1460 closed defect (duplicate)
make check does not respect PROGRAM_PREFIX and PROGRAM_SUFFIX
| Reported by: | kristianlm | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 5.0 |
| Component: | build system | Version: | 5.0.0 |
| Keywords: | Cc: | ||
| Estimated difficulty: | easy |
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.
Change History (2)
comment:1 Changed 8 years ago by
| Component: | unknown → build system |
|---|---|
| Estimated difficulty: | → easy |
| Milestone: | someday → 5.0 |
comment:2 Changed 8 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

Duplicate of #1458 :Þ