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
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)

Event Timeline