aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/i386
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2017-03-02 17:05:52 +0000
committerBrooks Davis <brooks@FreeBSD.org>2017-03-02 17:05:52 +0000
commit9fe44df2876d7f82ee666f2f899a528b130313b3 (patch)
treea632c8335a02ca497f7ee79cbd97de4a2cd3e95f /lib/libc/i386
parent82f7fa7ae6496c5f73dd24f04c7057a2269de744 (diff)
downloadsrc-9fe44df2876d7f82ee666f2f899a528b130313b3.tar.gz
src-9fe44df2876d7f82ee666f2f899a528b130313b3.zip
Correct MDSRCS use in <arch>/string/Makefile.inc.
- Remove .c files which duplicate entries in MISRCS. - Use the same, less merge conflict prone style in all cases. - Use MDSRCS for mips (.c and .S files both ended up in SRCS). - Remove pointless sparc64 Makefile.inc. - Remove uninformative foreign VCS ID entries. Reviewed by: emaste, imp, jhb MFC after: 1 week Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D9841
Notes
Notes: svn path=/head/; revision=314556
Diffstat (limited to 'lib/libc/i386')
-rw-r--r--lib/libc/i386/string/Makefile.inc25
1 files changed, 21 insertions, 4 deletions
diff --git a/lib/libc/i386/string/Makefile.inc b/lib/libc/i386/string/Makefile.inc
index f574c8f25c8b..17170eeb3859 100644
--- a/lib/libc/i386/string/Makefile.inc
+++ b/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