Fix mysterious build failures (with parallel make) early in
buildkernel: provide a real but dummy name to ${DEPENDFILE} so that the relevant exists() check in bsd.prog.mk fails and ensures that ${GENHDRS} are built before any other objects. MFC after: 3 days
This commit is contained in:
parent
d8a5fc0b49
commit
ed8067041d
@ -20,7 +20,7 @@ LDADD= -ll
|
||||
# Don't rely on the kernel's .depend file
|
||||
.ifdef MAKESRCPATH
|
||||
.PATH: ${MAKESRCPATH}
|
||||
DEPENDFILE=
|
||||
DEPENDFILE= .depend_aicasm
|
||||
.endif
|
||||
|
||||
.if ${CC} == "icc"
|
||||
|
Loading…
Reference in New Issue
Block a user