diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2012-08-02 13:38:40 +0000 |
commit | 5394748a409c85a439accdbc99f76c79673165b9 (patch) | |
tree | 0fafd447a6a7fd650f0a43bc1251b38f18aded42 /lib/libc/string | |
parent | 00f2412b5b50d377e53d5a62f066ce474e8cd21b (diff) |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/Makefile.inc | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/lib/libc/string/Makefile.inc b/lib/libc/string/Makefile.inc index 25e67e4f875..6b78a4d007b 100644 --- a/lib/libc/string/Makefile.inc +++ b/lib/libc/string/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.28 2012/01/17 02:48:01 guenther Exp $ +# $OpenBSD: Makefile.inc,v 1.29 2012/08/02 13:38:38 okan Exp $ # string sources .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/string ${LIBCSRCDIR}/string @@ -120,26 +120,6 @@ strrchr.so: rindex.c -o ${.TARGET} .endif -# build .ln files for memmove, memcpy, strchr and strrchr always from -# bcopy, index, and rindex -LOBJS+= memmove.ln memcpy.ln strchr.ln strrchr.ln - -memmove.ln: bcopy.c - lint ${LINTFLAGS} -DMEMMOVE ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ - ${LIBCSRCDIR}/string/bcopy.c - -memcpy.ln: bcopy.c - lint ${LINTFLAGS} -DMEMCOPY ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ - ${LIBCSRCDIR}/string/bcopy.c - -strchr.ln: index.c - lint ${LINTFLAGS} -DSTRCHR ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ - ${LIBCSRCDIR}/string/index.c - -strrchr.ln: rindex.c - lint ${LINTFLAGS} -DSTRRCHR ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ - ${LIBCSRCDIR}/string/rindex.c - MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 memccpy.3 memchr.3 \ memcmp.3 memcpy.3 memmove.3 memset.3 stpcpy.3 strcasecmp.3 strcat.3 \ strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strerror.3 \ |