libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SCO/bugfix patch 7 of 10: Improve SCO platform support


From: Kean Johnston
Subject: Re: SCO/bugfix patch 7 of 10: Improve SCO platform support
Date: Thu, 10 Nov 2005 14:09:31 -0800
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

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

[Prev in Thread] Current Thread [Next in Thread]