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.
Details
Details
- Reviewers
sjg brd brooks - Commits
- rS354740: Fix build race in bsd.files.mk
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
head/share/mk/bsd.files.mk | ||
---|---|---|
119 | I would be more inclined to use ${.ALLSRC:Ninstalldirs-*} rather than assume order of .ALLSRC |