On Sat, 16 Feb 2019 at 13:58, Bernd Edlinger <bernd.edlin...@hotmail.de> wrote: > > On 2/9/19 7:21 PM, Bernd Edlinger wrote: > > On 2/9/19 7:18 PM, Jakub Jelinek wrote: > >> On Sat, Feb 09, 2019 at 06:11:00PM +0000, Bernd Edlinger wrote: > >>> --- libphobos/libdruntime/Makefile.am (revision 268614) > >>> +++ libphobos/libdruntime/Makefile.am (working copy) > >>> @@ -140,10 +140,12 @@ clean-local: > >>> # Handles generated files as well > >>> install-data-local: > >>> for file in $(ALL_DRUNTIME_INSTALL_DSOURCES); do \ > >>> + $(MKDIR_P) `echo $(DESTDIR)$(gdc_include_dir)/$$file \ > >>> + | sed -e 's:/[^/]*$$::'` ; \ > >> > >> Perhaps better `dirname $(DESTDIR)$(gdc_include_dir)/$$file` ? > >> > > > > Ah, yes, good point. > > > > Consider it changed. > > > > > > So here is the latest version with the requested change. >
Looks ok to me. > How is the procedure with libpobos patches? > Can we check them into the gcc svn, or will Ian have to > push them first into the upstream? > See libphobos/README.gcc regarding what sources are part of upstream. Anything else that isn't listed is local to gcc svn, and can be committed directly. -- Iain