Skip to content

Fix race condition in make install

Romain Bouvier requested to merge skunnyk/exo:exo-29 into master
  • Since the exo drop of gtk2, HEADERS are declared twice, which can lead to race conditions when using parallel make "make -j4 install"
  • Simplify Makefile to only have one HEADERS section
  • This fix #29 (closed)
Edited by Romain Bouvier

Merge request reports