svn commit: r396547 - in head/textproc: . smi

Alexey Dokuchaev danfe at FreeBSD.org
Thu Sep 10 14:38:23 UTC 2015


On Thu, Sep 10, 2015 at 09:29:08AM -0500, Mark Felder wrote:
> On Thu, Sep 10, 2015, at 06:26, Mathieu Arnold wrote:
> > +--On 10 septembre 2015 07:58:18 +0000 Alexey Dokuchaev wrote:
> > | 
> > | $ cat foo
> > | FOO = foo
> > | 
> > | all:
> > |         @echo ${FOO}
> > | $ make -f foo
> > | foo
> > | $ env FOO=bar make -f foo
> > | foo
> > | $ make -f foo FOO=bar
> > | bar
> > 
> > I always assumed it was not the case, and it was the reason portscout
> > would not detect new versions of BIND, because it's fiddeling with
> > the url where it should be changing PORTVERSION...
> 
> Hmm, I've learned something new as well now...
> 
> Thanks Alexey.

NP; glad to help.  This is not just BSD make (both old and new) specific,
GNU make behaves the same.  (I typically dislike GNU documentation, but
their make.html is pretty good, you might even find some pervert pleasure
in gmake(1)'s functional approach after reading it.-)

./danfe


More information about the svn-ports-head mailing list