Fix parallel make install

Diego Novillo dnovillo@google.com
Thu Dec 4 14:18:00 GMT 2008


On Wed, Dec 3, 2008 at 23:02, Alexandre Oliva <aoliva@redhat.com> wrote:
>
> On Dec  2, 2008, Diego Novillo <dnovillo@google.com> wrote:
>
> >  install-finclude-dir: installdirs
> > -     -rm -rf $(DESTDIR)$(libsubdir)/finclude
> > -     mkdir $(DESTDIR)$(libsubdir)/finclude
> > +     $(mkinstalldirs) $(DESTDIR)$(libsubdir)/finclude
>
> Err...  Wasn't this supposed to wipe out the contents of pre-existing
> finclude?  Do we really want to change it so that it doesn't?

Yes.  As I described in the original post, this had a race condition
with libgomp, which also tries to install in finclude/


Diego.



More information about the Fortran mailing list