The generated Makefile will have lines like:
$(MKDIR_P) "$(DESTDIR)$(angiedir)" || exit 1;

so adding quotes will only trigger other issues.

Antonio

On Thu, Feb 6, 2025 at 12:20 PM Liviu Ionescu <i...@livius.net> wrote:
>
>
>
> > On 6 Feb 2025, at 12:54, Antonio Borneo <borneo.anto...@gmail.com> wrote:
> >
> > Hi Liviu,
> > thanks for spotting and reporting this.
> > Please check https://review.openocd.org/c/openocd/+/8740
>
> Removing the comment is indeed the quick fix.
>
> However, apart the autotools bug that does not remove trailing spaces before 
> comments, I think that the actual issue here is the lack of 
> quotes/apostrophes around paths (I am not very familiar with the autotools 
> syntax).
>
> Liviu
>

Reply via email to