[GHC] #1851: "make install-strip" should work
GHC
ghc-devs at haskell.org
Wed Jan 7 08:26:29 UTC 2015
#1851: "make install-strip" should work
-------------------------------------+-------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 7.8.4-rc1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | Blocking:
| Differential Revisions:
-------------------------------------+-------------------------------------
Changes (by gidyn):
* status: closed => new
* failure: => None/Unknown
* version: 6.8.1 => 7.8.4-rc1
* milestone: 6.8.2 =>
* owner: igloo =>
* resolution: fixed =>
Comment:
This is fixed in bindist, but still doesn't work in the source
distribution.
{{{
# make install-strip
===--- building phase 0
make -r --no-print-directory -f ghc.mk phase=0 phase_0_builds
make[1]: Nothing to be done for `phase_0_builds'.
===--- building phase 1
make -r --no-print-directory -f ghc.mk phase=1 phase_1_builds
make[1]: Nothing to be done for `phase_1_builds'.
===--- building final phase
make -r --no-print-directory -f ghc.mk phase=final install-strip
make[1]: *** No rule to make target `install-strip'. Stop.
make: *** [install-strip] Error 2
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/1851#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list