hwloc: fix race condition in make install
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 12 May 2015 14:11:22 +0000 (16:11 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 12 May 2015 14:28:05 +0000 (16:28 +0200)
commitd1dfad6bce30e59dc1416952bfd383c2af4b8bce
tree0e92e91cc24e4134f094824b3743c2da1eae2920
parent0268c3cbf2273eabcf045be535018698e3458199
hwloc: fix race condition in make install

Fixes:
http://autobuild.buildroot.net/results/983/98364cdbffa06f151ab34b301762321b2a251ec6/
http://autobuild.buildroot.net/results/414/41403f8ce4751a27dd1bb9c43f5a97895dea3980/
http://autobuild.buildroot.net/results/d97/d979624843d2d2020cf43770350a8b9a63dcd04f/

Make install contains a race condition in utils/hwloc, as both
install-exec-hook (through intall-exec) and install-data trigger
install-man.

The install-exec-hook target doesn't do anything with the manual pages, so
fix the race condition by dropping the dependency.

Patch sent upstream:
https://www.open-mpi.org/community/lists/hwloc-devel/2015/05/4442.php

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/hwloc/0001-utils-hwloc-Makefile.am-fix-install-man-race-conditi.patch [new file with mode: 0644]
package/hwloc/hwloc.mk