RE: ghc HEAD and tee

2005-02-28 Thread Simon Marlow
On 25 February 2005 15:48, Christian Maeder wrote: > we used redirect output of ghc via "tee" (within a Makefile). With the > new ghc this randomly fails now. Does anyone have an explanation for > this? > > ghc <> 2>&1 | tee log > > yields: > > Skipping Main ( hets.hs, hets.o

ghc HEAD and tee

2005-02-25 Thread Christian Maeder
Hi, we used redirect output of ghc via "tee" (within a Makefile). With the new ghc this randomly fails now. Does anyone have an explanation for this? ghc <> 2>&1 | tee log yields: Skipping Main ( hets.hs, hets.o ) Linking ... tee: write error The linked binary and the log file ar