libprocstat: extend zfs_defs hack for .pieo
By default _pie.a archives are built only for INTERNALLIBs, so there is usually no need for zfs_defs.pieo to exist. However, some experimental work builds _pie.a archives for everything. Extend the existing set of zfs_defs hacks to build zfs_defs.pieo as well. Reviewed by: arichardson MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31924
This commit is contained in:
@@ -64,6 +64,8 @@ zfs/zfs_defs.o: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.o
|
||||
zfs/zfs_defs.pico: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.pico
|
||||
zfs/zfs_defs.pieo: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.pieo
|
||||
zfs/zfs_defs.po: .PHONY
|
||||
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.po
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user