git: 204d065dac81 - main - sysent: switch to refactored makesyscalls.lua
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 30 Oct 2024 21:08:56 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=204d065dac81d6b4893054aa9124feb4ee51bf87 commit 204d065dac81d6b4893054aa9124feb4ee51bf87 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-10-21 21:42:13 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-10-30 21:04:31 +0000 sysent: switch to refactored makesyscalls.lua --- sys/conf/sysent.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/sysent.mk b/sys/conf/sysent.mk index 7dfd7c1f21d9..54531a52e151 100644 --- a/sys/conf/sysent.mk +++ b/sys/conf/sysent.mk @@ -22,7 +22,7 @@ SRCS+= ${SYSENT_FILE} SRCS+= ${SYSENT_CONF} MAKESYSCALLS_INTERP?= ${LUA} -MAKESYSCALLS_SCRIPT?= ${SYSDIR}/tools/makesyscalls.lua +MAKESYSCALLS_SCRIPT?= ${SYSDIR}/tools/syscalls/main.lua MAKESYSCALLS= ${MAKESYSCALLS_INTERP} ${MAKESYSCALLS_SCRIPT} all: