Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F136531380
D10876.id28722.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
464 B
Referenced Files
None
Subscribers
None
D10876.id28722.diff
View Options
Index: lib/libc/Makefile
===================================================================
--- lib/libc/Makefile
+++ lib/libc/Makefile
@@ -177,6 +177,12 @@
SUBDIR+= tests
.endif
+# 20170523 Remove stale generated asm files for functions which are no
+# longer syscalls after r318736
+beforebuild:
+ @rm -f ${.OBJDIR}/getdents.[sS] ${.OBJDIR}/lstat.[sS] \
+ ${.OBJDIR}/mknod.[sS] ${.OBJDIR}/stat.[sS]
+
.include <bsd.lib.mk>
.if !defined(_SKIP_BUILD)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 19, 4:59 AM (16 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25597862
Default Alt Text
D10876.id28722.diff (464 B)
Attached To
Mode
D10876: Remove stale generated asm files for functions which are no longer syscalls.
Attached
Detach File
Event Timeline
Log In to Comment