bug in GHC master Makefile
Norman Ramsey
nr at eecs.harvard.edu
Mon Dec 11 23:25:04 EST 2006
'make uninstall' silently does nothing:
: nr at curlycoat 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.
More information about the Glasgow-haskell-bugs
mailing list