Fix build race with machine links and genoffset.o.
Generate the ilinks for all dependency objects not just the ones in the CLEAN list. Possibly related to r345351 Reported by: kmoore MFC after: 2 weeks X-MFC-with: r345351 Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
8edae83905
commit
29317e6a0e
@ -357,7 +357,7 @@ _ILINKS+= x86
|
||||
# Ensure that debug info references the path in the source tree.
|
||||
.for _link in ${_ILINKS}
|
||||
.if !exists(${.OBJDIR}/${_link})
|
||||
${SRCS} ${CLEAN:M*.o}: ${_link}
|
||||
${SRCS} ${DEPENDOBJS}: ${_link}
|
||||
.endif
|
||||
.if defined(_MAP_DEBUG_PREFIX)
|
||||
.if ${_link} == "machine"
|
||||
|
Loading…
Reference in New Issue
Block a user