[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Handling '=' in a filename together with $(eval )
From: |
Alejandro Colomar |
Subject: |
Re: Handling '=' in a filename together with $(eval ) |
Date: |
Thu, 13 Feb 2025 16:15:16 +0100 |
Hi Renaud,
On Thu, Feb 13, 2025 at 04:11:45PM +0100, Renaud Pacalet wrote:
> On 2/13/25 15:46, Alejandro Colomar wrote:
> > touch: cannot touch 'obj/asd=fgh': No such file or directory
>
> This seams to be a 'touch' error, not 'make'. What shell are you using? Does
> it support unquoted '=' in file names? Does the 'obj' directory exist?
I'm not too worried about the touch error yet. I'm worried that make(1)
is misbehaving (I excepted that it would fail due to missing
prerequisites).
Have a lovely day!
Alex
--
<https://www.alejandro-colomar.es/>
signature.asc
Description: PGP signature
Re: Handling '=' in a filename together with $(eval ), Renaud Pacalet, 2025/02/13
- Re: Handling '=' in a filename together with $(eval ),
Alejandro Colomar <=