>>>>> "Samuel" == Samuel Thibault <samuel.thiba...@inria.fr> writes:

 > Peter Korsgaard, le Tue 12 May 2015 16:09:55 +0200, a écrit :
 >> Make install contains a race condition in utils/hwloc, as both
 >> install-exec-hook (through intall-exec) and install-data trigger
 >> install-man:

 > I'm surprised: isn't make supposed to handle this kind of dependency
 > concurrency?

Within the same make instance, yes - but install-exec fires up a new
make instance to handle install-exec-hook:

install-exec-am: install-binPROGRAMS install-binSCRIPTS
        @$(NORMAL_INSTALL)
        $(MAKE) $(AM_MAKEFLAGS) install-exec-hook

And this is in the Makefile.in code generated by automake, so I don't
think there's any way around that.

-- 
Venlig hilsen,
Peter Korsgaard 

Reply via email to