On 2023-09-03 01:00, Alejandro Colomar wrote:
> Hi!
> 
> Is something like this possible?
> 
> target:
>       foo \
> ifeq (...)
>       | bar \
> endif
>       | baz
> 
> 
> I imagine I could get something similar, if I I used .ONESHELL:, but I
> want to avoid it, as I'd need to redesign most of the rules.

I was also wondering... is ONESHELL significant for performance?  Does the
reduction in number of shells speed up things?

> 
> .ONESHELL:
> target:
>       foo |
> ifeq (...)
>       bar |
> endif
>       baz
> 
> 
> Do you have any better alternatives?
> 
> Thanks,
> Alex
> 

-- 
<http://www.alejandro-colomar.es/>
GPG key fingerprint: A9348594CE31283A826FBDD8D57633D441E25BB5

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to