mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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
4ce5120952
commit
95ec61c094
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=152648
@ -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