[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ssl build problem

From: Matt Kraai <kraai_at_alumni.carnegiemellon.edu>
Date: 2001-10-25 17:26:22 CEST

On Thu, Oct 25, 2001 at 05:13:30PM +0200, Sander Striker wrote:
> > From: Matt Kraai [mailto:kraai@alumni.carnegiemellon.edu]
> > Sent: 25 October 2001 16:55
>
> >>>> Indeed our sed line is
> >>>> CFLAGS="$CFLAGS "`$abs_builddir/neon/neon-config | sed -e "s/-I.* //g"`
>
> [...]
> >> Oh, right. Nevermind. Anyone who is better at sed wan't to
> >> comment on the sed line.
> >
> > How about `sed -e "s/-I[^ ]* //g"' instead?
>
> The space at the end will result in not getting rid of an extra
> -I if it is at the end of the neon-config --cflags output.

Indeed. It's only cosmetic, so how about `sed -e "s/-I[^ ]*//g"'?

Matt

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:45 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.