Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149481467
D25571.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
716 B
Referenced Files
None
Subscribers
None
D25571.diff
View Options
Index: head/sys/conf/sysent.mk
===================================================================
--- head/sys/conf/sysent.mk
+++ head/sys/conf/sysent.mk
@@ -22,6 +22,13 @@
SRCS+= ${SYSENT_FILE}
SRCS+= ${SYSENT_CONF}
+# Ensure that the target gets updated if the capabilities file is modified,
+# even though it is not an explicit input to makesyscalls.lua. For some
+# targets, like Linux system calls, this is unnecessary, but a spurious rebuild
+# is both rare and harmless.
+CAPABILITIES_CONF?= ${SYSDIR}/kern/capabilities.conf
+SRCS+= ${CAPABILITIES_CONF}
+
MAKESYSCALLS_INTERP?= ${LUA}
MAKESYSCALLS_SCRIPT?= ${SYSDIR}/tools/makesyscalls.lua
MAKESYSCALLS= ${MAKESYSCALLS_INTERP} ${MAKESYSCALLS_SCRIPT}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 25, 6:07 PM (7 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30310033
Default Alt Text
D25571.diff (716 B)
Attached To
Mode
D25571: Rebuild sysent when capabilities.conf is updated.
Attached
Detach File
Event Timeline
Log In to Comment