#1851: "make install-strip" should work
-----------------------------+----------------------------------------------
Reporter: igloo | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8.2
Component: Build System | Version: 6.8.1
Severity: normal | Keywords:
Difficulty: Unknown | Testcase:
Architecture: Unknown | Os: Unknown
-----------------------------+----------------------------------------------
With the bindists (not sure about a normal build tree) install-strip
doesn't work:
{{{
$ make install-strip
make: *** No rule to make target `install-strip'. Stop.
$
}}}
It is defined in mk/install.mk, so it presumably is meant to. The blurb
after running configure should mention it, too.
The target is described in the GNU coding standards:
http://www.gnu.org/prep/standards/html_node/Standard-Targets.html
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1851>
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