Run kldxref on sparc64, it works now.
This commit is contained in:
parent
0903e9ae53
commit
9e176dc1f0
@ -213,7 +213,7 @@ _kmodinstall:
|
||||
|
||||
.include <bsd.links.mk>
|
||||
|
||||
.if !defined(NO_XREF) && ${MACHINE_ARCH} != "sparc64"
|
||||
.if !defined(NO_XREF)
|
||||
afterinstall: _kldxref
|
||||
.ORDER: realinstall _kldxref
|
||||
.ORDER: _installlinks _kldxref
|
||||
|
@ -282,7 +282,7 @@ SUBDIR=${MODULES_OVERRIDE}
|
||||
.endif
|
||||
|
||||
# Calling kldxref(8) for each module is expensive.
|
||||
.if !defined(NO_XREF) && ${MACHINE_ARCH} != "sparc64"
|
||||
.if !defined(NO_XREF)
|
||||
.MAKEFLAGS:= ${.MAKEFLAGS} -DNO_XREF
|
||||
afterinstall:
|
||||
@if type kldxref >/dev/null 2>&1; then \
|
||||
|
Loading…
Reference in New Issue
Block a user