bug-make
[Top][All Lists]
Advanced

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

Re: [patch] Guile conditional


From: Paul Smith
Subject: Re: [patch] Guile conditional
Date: Thu, 02 Jul 2015 11:06:53 -0400

On Mon, 2015-06-15 at 17:36 +0300, Dmitry Bogatov wrote:
> I would like to propose patch, implementing new
> conditional: `ifscm'. It has following syntax:
> 
>         ifscm (some s-expression #f)
>         MAKE_VAR = foo
>         endif

Can't you write:

  ifneq ($(guile some s-sexpression),)

It's not quite as clean, but it doesn't require new syntax which has its
own advantages.




reply via email to

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