Page MenuHomeFreeBSD

D10876.id28722.diff
No OneTemporary

D10876.id28722.diff

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

Mime Type
text/plain
Expires
Mon, Jul 27, 10:15 AM (4 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35593962
Default Alt Text
D10876.id28722.diff (464 B)

Event Timeline