scripts should be installed using $(INSTALL_SCRIPT)
in the Makefile of driver/mangler/ and driver/split/ $(INSTALL_PROGRAM) is used to install the perl scripts (during make binary-dist).
This fails under Solaris when $(INSTALL_PROGRAM) has a -s option to strip binaries.
I've used a newer install-sh script in order to avoid bug #1810 (closed).
A more clever install-sh script might ignore the -s switch for non-binaries.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.8.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Build System |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture | Multiple |