[GHC] #13711: uname: illegal option -- o when running make clean in nofib
GHC
ghc-devs at haskell.org
Wed May 17 10:10:17 UTC 2017
#13711: uname: illegal option -- o when running make clean in nofib
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: NoFib | Version: 8.0.1
benchmark suite |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
When running `make clean` in nofib, there are lots of warnings/errors like
the following. I don't know if this is serious or not. I am on OS X.
{{{
uname: illegal option -- o
usage: uname [-amnprsv]
rm -f Main.o *.CKP *.ln *.BAK *.bak .*.bak *.o core a.out errs ,* *.a
.emacs_* tags TAGS *.ind *.ilg *.idx *.idx-prev *.aux *.aux-prev *.dvi
*.log *.toc *.lot *.lof *.blg *.cb *_stub.c *_stub.h *.raw_s *.a.list
a.out ./*.hi Main.hc reverse-complement
Finished making clean in reverse-complement: 0
------------------------------------------------------------------------
== /Applications/Xcode.app/Contents/Developer/usr/bin/make clean - --no-
print-directory;
in /Users/matt/Documents/haskell/ghc/nofib/shootout/spectral-norm
------------------------------------------------------------------------
uname: illegal option -- o
usage: uname [-amnprsv]
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13711>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list