META_MODE: Fix trying to rebuild jevents due to missing .meta file.
The tool is built separately in buildworld in a subdirectory rather than how other build-tools are done. Subdirectory builds in lib/libpmcstat remain broken since the tool cannot be auto-built from here.
This commit is contained in:
parent
b1529c482e
commit
ae010aed3d
@ -26,6 +26,9 @@ EVENT_ARCH="powerpc"
|
||||
.endif
|
||||
|
||||
JEVENTS= ${BTOOLSPATH:U.}/pmu-events/jevents
|
||||
# This file is built in a subdirectory so never try to rebuild
|
||||
# it here due to missing meta file.
|
||||
${JEVENTS}: .NOMETA
|
||||
|
||||
libpmcstat_events.c: ${JEVENTS}
|
||||
${JEVENTS} ${EVENT_ARCH} ${.CURDIR}/pmu-events/arch libpmcstat_events.c
|
||||
|
Loading…
Reference in New Issue
Block a user