Bug 1574761 - Avoid race condition creating old-configure. r=nalexander
commit2e9307d9672993360c5191d6072301c74e20ad71
authorMike Hommey <mh+mozilla@glandium.org>
Mon, 19 Aug 2019 23:21:27 +0000 (19 23:21 +0000)
committerMike Hommey <mh+mozilla@glandium.org>
Mon, 19 Aug 2019 23:21:27 +0000 (19 23:21 +0000)
tree57d18f88b5fddc20c8d044a1ffa8699b7db53091
parent4f07263f069a7b5d0ac5123bc7a22268fe6b2721
Bug 1574761 - Avoid race condition creating old-configure. r=nalexander

This is not something that happens under normal circumstances, but it
can happen when you go fancy and run multiple configures in parallel
with different objdirs, and old-configure doesn't exist in the first
place ; then one configure may overwrite old-configure while another is
starting to execute it, resulting in the latter nor executing
old-configure completely.

Differential Revision: https://phabricator.services.mozilla.com/D42428

--HG--
extra : moz-landing-system : lando
build/moz.configure/old.configure