
#13711: uname: illegal option -- o when running make clean in nofib -------------------------------------+------------------------------------- Reporter: mpickering | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: NoFib benchmark | Version: 8.0.1 suite | Resolution: | Keywords: Operating System: MacOS X | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * os: Unknown/Multiple => MacOS X Comment: Hmm, indeed the only `uname` options defined by the POSIX specification are `mnrsva`. There are two mentions of `uname -o` in `nofib`, {{{ mk/boilerplate.mk:ifeq ($(shell uname -o), Msys) runstdtest/runstdtest.prl:if ( `uname -o | grep Msys` ) { }}} I suppose we should replace these. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/13711#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler