[darcs-devel] Attempt to fix Solaris-based buildbot failures (-R<something> command-line option)
Eric Y. Kow
eric.kow at gmail.com
Sat Jun 7 21:36:19 UTC 2008
On Sat, Jun 07, 2008 at 23:16:42 +0200, Karel Gardas wrote:
> For your information, with your patch in, none argument from $(LIBS)
> which begins with `-' is prefixed with -optl which I hope was the
> intention at least following your patch comment.
I don't have access to a Windows box right now, but your patch does
appear to be right. I basically wanted to exclude anything that that
didn't start with - from being prefixed with -optl and from the looks of
it, my initial patch was looking for things that (didn't) end with
- :-(
> [fix OPTLLIBS filtering
> Karel Gardas <kgardas at objectsecurity.com>**20080607210701] hunk ./autoconf.mk.in 26
> -OPTLLIBS := $(filter-out %-,$(LIBS)) $(addprefix -optl,$(filter %-,$(LIBS)))
> +OPTLLIBS := $(filter-out -%,$(LIBS)) $(addprefix -optl,$(filter -%,$(LIBS)))
--
Eric Kow <http://www.nltg.brighton.ac.uk/home/Eric.Kow>
PGP Key ID: 08AC04F9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 194 bytes
Desc: not available
Url : http://lists.osuosl.org/pipermail/darcs-devel/attachments/20080607/1c81a0e3/attachment.pgp
More information about the darcs-devel
mailing list