Page MenuHomeFreeBSD

D23099.diff
No OneTemporary

D23099.diff

Index: head/sys/amd64/linux/Makefile
===================================================================
--- head/sys/amd64/linux/Makefile
+++ head/sys/amd64/linux/Makefile
@@ -19,6 +19,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/amd64/linux32/Makefile
===================================================================
--- head/sys/amd64/linux32/Makefile
+++ head/sys/amd64/linux32/Makefile
@@ -19,6 +19,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/arm/linux/Makefile
===================================================================
--- head/sys/arm/linux/Makefile
+++ head/sys/arm/linux/Makefile
@@ -19,6 +19,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/arm64/linux/Makefile
===================================================================
--- head/sys/arm64/linux/Makefile
+++ head/sys/arm64/linux/Makefile
@@ -19,6 +19,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/compat/cloudabi32/Makefile
===================================================================
--- head/sys/compat/cloudabi32/Makefile
+++ head/sys/compat/cloudabi32/Makefile
@@ -17,6 +17,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/compat/cloudabi64/Makefile
===================================================================
--- head/sys/compat/cloudabi64/Makefile
+++ head/sys/compat/cloudabi64/Makefile
@@ -17,6 +17,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/compat/freebsd32/Makefile
===================================================================
--- head/sys/compat/freebsd32/Makefile
+++ head/sys/compat/freebsd32/Makefile
@@ -20,6 +20,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/i386/linux/Makefile
===================================================================
--- head/sys/i386/linux/Makefile
+++ head/sys/i386/linux/Makefile
@@ -19,6 +19,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}
Index: head/sys/kern/Makefile
===================================================================
--- head/sys/kern/Makefile
+++ head/sys/kern/Makefile
@@ -21,6 +21,9 @@
all:
@echo "make sysent only"
+# We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than
+# potentially once for each ${GENERATED} file.
+.ORDER: ${GENERATED}
sysent: ${GENERATED}
${GENERATED}: ${MAKESYSCALLS} ${SRCS}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 4, 12:59 AM (3 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30789115
Default Alt Text
D23099.diff (3 KB)

Event Timeline