| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005331 | OCaml | OCaml general | public | 2011-08-07 22:24 | 2012-09-25 20:06 |
|
| Reporter | db | |
| Assigned To | xclerc | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | 3.12.1 | |
| Target Version | | Fixed in Version | 3.12.1+dev | |
|
| Summary | 0005331: Makefile regression |
| Description | Revision 10718 of tools/Makefile.shared is incorrect: actually ocamlmktop is NOT a shell script on Windows (see tools/Makefile.nt) and
cp ocamlmktop $(BINDIR)/ # no $(EXE) here, ocamlmktop is a script
should be reverted to
cp ocamlmktop $(BINDIR)/ocamlmktop$(EXE) |
| Tags | No tags attached. |
|
| Attached Files | |
|