]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix sporadic build failures due to race when running make installworld
authorEnji Cooper <ngie@FreeBSD.org>
Wed, 17 Dec 2014 20:02:07 +0000 (20:02 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Wed, 17 Dec 2014 20:02:07 +0000 (20:02 +0000)
commitf9d93ea7755b52d57a5db4b74635260dbb853b70
treed8604ba478a56de52c3eb054a17aa2cc2a8d380b
parente92bda2e4b62fb3c190153f4375cbcfecae80216
Fix sporadic build failures due to race when running make installworld
when strip gets replaced at install time by adding it to ITOOLS for the
default usr.bin/xinstall STRIP_CMD

This will fix the failure noted in this Jenkins build step:
https://jenkins.freebsd.org/job/Build-UFS-image/688/

This will also fix the issue reported by alfred@ dealing with installing on
targets that differ from build hosts (e.g. installing on i386/i386 when built
on amd64/amd64)

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Makefile.inc1