sed-devel
[Top][All Lists]
Advanced

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

Re: Fw: usage of local sed version in Makefile


From: Assaf Gordon
Subject: Re: Fw: usage of local sed version in Makefile
Date: Fri, 10 Aug 2018 18:13:05 -0600
User-agent: NeoMutt/20170113 (1.7.2)

Hello,

On Fri, Aug 10, 2018 at 05:16:06PM -0600, Assaf Gordon wrote:
> ----- Forwarded message from project-repo <address@hidden> -----
> 
> I was wondering if there is a reason as to why the Makefile attempts to
> use the local sed built in the current directory before trying to use
> the installed sed version.

I noticed the same annoying thing.

In the Makefile there is a "SED=/bin/sed" variable,
but later invocations call "sed" directly instead of "$(SED)".

I'll see if there's a standard automake/autoconf way
to improve it.

regards,
 - assaf



reply via email to

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