]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Fix parallel make problem.
authorSamuli Suominen <ssuominen@gentoo.org>
Thu, 21 Aug 2014 03:56:48 +0000 (06:56 +0300)
committerNeilBrown <neilb@suse.de>
Thu, 21 Aug 2014 05:00:29 +0000 (15:00 +1000)
commit47c4331d1fe9c68e9d8dd0a7d94ee8e70b285a0b
tree772de16b2ffa09c08e4c4a35bfc025c4df37a505
parent6ac17e734b35ebfb1b158f902b26ee717bab43b8
Fix parallel make problem.

When make is called with, for example,
   "make -j9 install install-system"
i.e. both install and install-systemd targets at the same
line and with high -j value,
then the same install.tmp file was used, and udev rules
ends up in systemd service files, or otherway around.

For more information, see:
  http://www.spinics.net/lists/raid/msg46782.html
  http://bugs.gentoo.org/show_bug.cgi?id=517218

Signed-off-by: NeilBrown <neilb@suse.de>
Makefile