[PATCH] libstdc++: Fix python/ not making install directories
Jonathan Wakely
jwakely@redhat.com
Mon Nov 14 16:00:53 GMT 2022
On Mon, 14 Nov 2022 at 15:58, Arsen Arsenović wrote:
>
>
> Jonathan Wakely <jwakely@redhat.com> writes:
> >> It's the first thing the recipe does:
> >>
> >> install-data-local: gdb.py
> >> @$(mkdir_p) $(DESTDIR)$(toolexeclibdir)
> >>
> >> That's why I'm suggesting to do the same thing for the debug dir.
> >
> > This presumably means it has the problems that mkinstalldirs is
> > supposed to solve, but is that only relevant for Solaris 8, i.e. not
> > relevant?
>
> Ah, sorry. I didn't notice that it did that at the top. Yes, mkdir -p
> is at least as good then.
>
I've pushed it to trunk now, thanks for finding the problem.
More information about the Libstdc++
mailing list