Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163547570
D11344.id30040.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
922 B
Referenced Files
None
Subscribers
None
D11344.id30040.diff
View Options
Index: Makefile.inc1
===================================================================
--- Makefile.inc1
+++ Makefile.inc1
@@ -765,9 +765,12 @@
# Dependencies cannot cope with certain source tree changes, particularly
# with respect to removing source files and replacing generated files.
# Handle these cases here in an ad-hoc fashion.
-# 20160829 remove stale dependencies for ptrace stub, rewritten in C
-# in r305012
-.for f in ptrace
+#
+# Syscall stubs rewritten in C
+# Date SVN Rev Syscalls
+# 20160829 r305012 ptrace
+# 20170624 r320278 fstat fstatat fstatfs getdirentries getfsstat statfs
+.for f in fstat fstatat fstatfs getdirentries getfsstat ptrace statfs
.if exists(${OBJTREE}${.CURDIR}/lib/libc/.depend.${f}.o)
@if egrep -q '/${f}.[sS]' \
${OBJTREE}${.CURDIR}/lib/libc/.depend.${f}.o; then \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jul 25, 8:44 AM (5 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35469176
Default Alt Text
D11344.id30040.diff (922 B)
Attached To
Mode
D11344: Clean up stale dependencies after r320278
Attached
Detach File
Event Timeline
Log In to Comment