I know.  You could even `find . -name \*.la | xargs rm' to avoid the
`make clean'.
Hey what a great idea :)

  $ cat > ~/bin/quickclean
#! /bin/sh
find . -name \*.la | xargs rm -f
^D
  $ chmod 755 ~/bin/quickclean

:)

Since this is really for a dying libtool branch, what the heck, repost
as above.  At least it would match your usage pattern with
-absolute-soname, too.
Thanks Ralf, I appreciate it :) Will craft a new patch this
afternoon or evening.

I had hoped doc/notes.texi (CVS HEAD) to be for platform specific
questions, but: I definitely don't want to see it in there.  I don't
want it prominently documented; just people that find it anyway should
also be able to find the comment "do not rely on this".
Ok will do.

Kean


Reply via email to