Page MenuHomeFreeBSD

D26042.id75785.diff
No OneTemporary

D26042.id75785.diff

Index: lib/libgcc_s/Makefile
===================================================================
--- lib/libgcc_s/Makefile
+++ lib/libgcc_s/Makefile
@@ -52,4 +52,7 @@
SRCS+= s_scalbnl.c
.endif
+# Remove all duplicate sources
+SRCS:= ${SRCS:O:u}
+
.include <bsd.lib.mk>
Index: lib/libprocstat/Makefile
===================================================================
--- lib/libprocstat/Makefile
+++ lib/libprocstat/Makefile
@@ -59,8 +59,6 @@
CFLAGS+= -DLIBPROCSTAT_ZFS
SRCS+= zfs.c
OBJS+= zfs/zfs_defs.o
-SOBJS+= zfs/zfs_defs.pico
-POBJS+= zfs/zfs_defs.po
SUBDIR= zfs
zfs/zfs_defs.o: .PHONY
@cd ${.CURDIR}/zfs && ${MAKE} zfs_defs.o
Index: stand/userboot/userboot/Makefile
===================================================================
--- stand/userboot/userboot/Makefile
+++ stand/userboot/userboot/Makefile
@@ -20,7 +20,6 @@
SRCS+= bootinfo32.c
SRCS+= bootinfo64.c
SRCS+= conf.c
-SRCS+= console.c
SRCS+= copy.c
SRCS+= devicename.c
SRCS+= elf32_freebsd.c

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 16, 7:33 PM (6 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35147407
Default Alt Text
D26042.id75785.diff (990 B)

Event Timeline