Re: bug in GHC master Makefile

2007-05-13 Thread Ian Lynagh
On Fri, Dec 15, 2006 at 01:26:50PM +, Simon Marlow wrote:
 Norman Ramsey wrote:
 'make uninstall' silently does nothing:
 
 I'm not aware of 'make uninstall' ever working, in fact I don't think I've 
 ever tried it.  Probably we should just disable it, I'm not sure it's worth 
 the trouble to get it right.  Ian, what do you think?

Removed, somewhat belatedly!


Thanks
Ian

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: bug in GHC master Makefile

2006-12-15 Thread Simon Marlow

Norman Ramsey wrote:

'make uninstall' silently does nothing:


I'm not aware of 'make uninstall' ever working, in fact I don't think I've ever 
tried it.  Probably we should just disable it, I'm not sure it's worth the 
trouble to get it right.  Ian, what do you think?



P.S. The web interface for submitting bugs won't let me log in.


that's bad, what happened?

Cheers,
Simon
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


bug in GHC master Makefile

2006-12-12 Thread Norman Ramsey
'make uninstall' silently does nothing:

: [EMAIL PROTECTED] 10261 ; make -n uninstall
for i in   ; do   \
  if test $i; then\
echo rm -f /usr/local/bin/`basename $i`;\
rm -f /usr/local/bin/`basename $i`; \
  fi;   \
done
for i in   ; do   \
  if test $i; then\
echo rm -f /usr/local/lib/ghc-6.5/`basename $i`;   \
rm -f /usr/local/lib/ghc-6.5/`basename $i`;\
  fi;   \
done
for i in  ; do\
  if test $i; then\
echo rm -f /usr/local/lib/ghc-6.5/`basename $i`;\
rm -f /usr/local/lib/ghc-6.5/`basename $i`; \
  fi;   \
done
for i in  ; do\
  if test $i; then\
echo rm -f /usr/local/share/ghc-6.5/`basename $i`; \
rm -f /usr/local/share/ghc-6.5/`basename $i`;   \
  fi;   \
done


There's such a twisty little maze of includes that I didn't even
try to fix this one myself.  Presumably to one who knows, the fix
will be obvious.


Norman

P.S. The web interface for submitting bugs won't let me log in.
___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs