Page MenuHomeFreeBSD

D33357.diff
No OneTemporary

D33357.diff

diff --git a/sys/conf/sysent.mk b/sys/conf/sysent.mk
--- a/sys/conf/sysent.mk
+++ b/sys/conf/sysent.mk
@@ -40,5 +40,10 @@
.ORDER: ${GENERATED}
sysent: ${GENERATED}
+# We slap a .PHONY on makesyscalls.lua so that we regenerate every single time,
+# for now, which can be less painful across rebases or other things that may
+# have odd effects on mtimes.
+${MAKESYSCALLS_SCRIPT}: .PHONY
+
${GENERATED}: ${MAKESYSCALLS_SCRIPT} ${SRCS}
${MAKESYSCALLS} ${SYSENT_FILE} ${SYSENT_CONF}

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 18, 9:31 AM (9 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36889369
Default Alt Text
D33357.diff (487 B)

Event Timeline