#1858: scripts should be installed using $(INSTALL_SCRIPT)
--------------------------+-------------------------------------------------
 Reporter:  guest         |          Owner:          
     Type:  bug           |         Status:  new     
 Priority:  normal        |      Milestone:          
Component:  Build System  |        Version:  6.8.1   
 Severity:  normal        |       Keywords:          
 Testcase:                |   Architecture:  Multiple
       Os:  Solaris       |  
--------------------------+-------------------------------------------------
 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.
 A more clever install-sh script might ignore the `-s` switch for non-
 binaries.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1858>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to