freebsd-dev/lib/libc/i386/string
Bruce Evans ae80efa54f Handle machine-dependent (m-d) (string) sources more automatically.
The names of m-d variants are now added (manually) to MDSRCS instead
of to SRCS, and the names of all machine-independent (m-i) variants
that can reasonably be replaced by an m-d variant are now added
(manually) to MISRCS instead of to SRCS, so that a simple substitution
can be used to discard the unused m-i variants.  MISRCS is potentially
all m-i sources, but the substitution is too simple to be fast, so
MISRCS should be kept reasonably small.

libc/Makefile.inc:
Do the substitution.

libc/i386/string/Makefile.inc:
Add to MDSRCS instead of to SRCS.  Add the names of all sources in this
directory, but no others.

libc/string/Makefile.inc
Add to MISRCS instead of to SRCS.  Add the names of all sources in this
directory.  Don't use (broken) explicit rules for special cases.
1997-10-16 13:46:50 +00:00
..
bcmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
bcopy.S Merged with the 1996/11/12 NetBSD version: 1997-04-20 12:09:18 +00:00
bzero.S Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch 1997-03-11 11:29:42 +00:00
ffs.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
index.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
Makefile.inc Handle machine-dependent (m-d) (string) sources more automatically. 1997-10-16 13:46:50 +00:00
memchr.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memcmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
memcpy.S Use separate routines for memmove() and memcpy(). This lets me drop 1997-04-20 13:02:48 +00:00
memmove.S Use separate routines for memmove() and memcpy(). This lets me drop 1997-04-20 12:46:12 +00:00
memset.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
rindex.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcat.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strchr.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strcpy.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strlen.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strncmp.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
strrchr.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00
swab.S Revert $FreeBSD$ to $Id$ 1997-02-22 15:12:41 +00:00