Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140404347
D9841.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D9841.diff
View Options
Index: head/lib/libc/aarch64/string/Makefile.inc
===================================================================
--- head/lib/libc/aarch64/string/Makefile.inc
+++ head/lib/libc/aarch64/string/Makefile.inc
@@ -6,7 +6,8 @@
.PATH: ${SRCTOP}/contrib/cortex-strings/src/aarch64
-MDSRCS+=memchr.S \
+MDSRCS+= \
+ memchr.S \
memcmp.S \
memcpy.S \
memmove.S \
Index: head/lib/libc/amd64/string/Makefile.inc
===================================================================
--- head/lib/libc/amd64/string/Makefile.inc
+++ head/lib/libc/amd64/string/Makefile.inc
@@ -1,4 +1,13 @@
# $FreeBSD$
-MDSRCS+= bcmp.S bcopy.S bzero.S memcmp.S memcpy.S memmove.S memset.S \
- strcat.S strcmp.S stpcpy.S strcpy.c
+MDSRCS+= \
+ bcmp.S \
+ bcopy.S \
+ bzero.S \
+ memcmp.S \
+ memcpy.S \
+ memmove.S \
+ memset.S \
+ strcat.S \
+ strcmp.S \
+ stpcpy.S
Index: head/lib/libc/arm/string/Makefile.inc
===================================================================
--- head/lib/libc/arm/string/Makefile.inc
+++ head/lib/libc/arm/string/Makefile.inc
@@ -1,6 +1,13 @@
-# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-MDSRCS+=bcmp.c bcopy.S bzero.S ffs.S memchr.c memcmp.S memcpy.S \
- memmove.S memset.S strcat.c strchr.c strcmp.S strcpy.c strlen.S \
- strncmp.S strrchr.c swab.c wcschr.c wcscmp.c wcslen.c wmemchr.c
+MDSRCS+= \
+ bcopy.S \
+ bzero.S \
+ ffs.S \
+ memcmp.S \
+ memcpy.S \
+ memmove.S \
+ memset.S \
+ strcmp.S \
+ strlen.S \
+ strncmp.S
Index: head/lib/libc/i386/string/Makefile.inc
===================================================================
--- head/lib/libc/i386/string/Makefile.inc
+++ head/lib/libc/i386/string/Makefile.inc
@@ -1,6 +1,23 @@
-# @(#)Makefile.inc 8.1 (Berkeley) 6/4/93
# $FreeBSD$
-MDSRCS+=bcmp.S bcopy.S bzero.S ffs.S memchr.S memcmp.S memcpy.S memmove.S \
- memset.S strcat.S strchr.S strcmp.S strcpy.S strncmp.S strrchr.S \
- swab.S wcschr.S wcscmp.S wcslen.S wmemchr.S
+MDSRCS+= \
+ bcmp.S \
+ bcopy.S \
+ bzero.S \
+ ffs.S \
+ memchr.S \
+ memcmp.S \
+ memcpy.S \
+ memmove.S \
+ memset.S \
+ strcat.S \
+ strchr.S \
+ strcmp.S \
+ strcpy.S \
+ strncmp.S \
+ strrchr.S \
+ swab.S \
+ wcschr.S \
+ wcscmp.S \
+ wcslen.S \
+ wmemchr.S
Index: head/lib/libc/mips/string/Makefile.inc
===================================================================
--- head/lib/libc/mips/string/Makefile.inc
+++ head/lib/libc/mips/string/Makefile.inc
@@ -1,8 +1,13 @@
-# $NetBSD: Makefile.inc,v 1.2 2000/10/10 21:51:54 jeffs Exp $
# $FreeBSD$
-SRCS+= bcmp.S bcopy.S bzero.S ffs.S memchr.c memcmp.c memset.c \
- memcpy.S memmove.S \
- strcat.c strchr.S strcmp.S strcpy.c strcspn.c strlen.S \
- strncat.c strncmp.c strncpy.c strrchr.S strpbrk.c strsep.c \
- strspn.c strstr.c swab.c
+MDSRCS+= \
+ bcmp.S \
+ bcopy.S \
+ bzero.S \
+ ffs.S \
+ memcpy.S \
+ memmove.S \
+ strchr.S \
+ strcmp.S \
+ strlen.S \
+ strrchr.S
Index: head/lib/libc/sparc64/string/Makefile.inc
===================================================================
--- head/lib/libc/sparc64/string/Makefile.inc
+++ head/lib/libc/sparc64/string/Makefile.inc
@@ -1 +0,0 @@
-# $FreeBSD$
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 24, 12:49 PM (1 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27222953
Default Alt Text
D9841.diff (3 KB)
Attached To
Mode
D9841: Tidy up machine dependent Makefiles in libc.
Attached
Detach File
Event Timeline
Log In to Comment