Page MenuHomeFreeBSD

Fix build race in bsd.files.mk
ClosedPublic

Authored by arichardson on Nov 15 2019, 3:45 PM.
Tags
None
Referenced Files
F133078995: D22382.id64387.diff
Wed, Oct 22, 6:59 PM
F133078991: D22382.id.diff
Wed, Oct 22, 6:59 PM
F133078990: D22382.id64373.diff
Wed, Oct 22, 6:59 PM
F133037329: D22382.diff
Wed, Oct 22, 8:01 AM
Unknown Object (File)
Sun, Oct 19, 11:43 PM
Unknown Object (File)
Sun, Sep 28, 8:35 AM
Unknown Object (File)
Thu, Sep 25, 1:48 PM
Unknown Object (File)
Thu, Sep 25, 1:40 PM

Details

Summary

We need to ensure that installdirs-FOO runs before installfiles-FOO since
otherwise the directory may not exist when we attempt to install the target.
This was randomly causing failures in our Jenkins instance when installing
drti.o in cddl/lib/drti.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable