diff options
author | okan <> | 2012-08-02 13:38:39 +0000 |
---|---|---|
committer | okan <> | 2012-08-02 13:38:39 +0000 |
commit | 21ba44e4bc7059ef179599c3281c05db274531a6 (patch) | |
tree | a89d0533e2a07e96c0513b6e3ea5d629f1349159 | |
parent | 27e778b873a136bae1eed4d781f87719907f8250 (diff) | |
download | openbsd-21ba44e4bc7059ef179599c3281c05db274531a6.tar.gz openbsd-21ba44e4bc7059ef179599c3281c05db274531a6.tar.bz2 openbsd-21ba44e4bc7059ef179599c3281c05db274531a6.zip |
remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.
ok guenther@
-rw-r--r-- | src/lib/libc/string/Makefile.inc | 22 | ||||
-rw-r--r-- | src/lib/libssl/crypto/Makefile | 3 | ||||
-rw-r--r-- | src/lib/libssl/ssl/Makefile | 3 |
3 files changed, 3 insertions, 25 deletions
diff --git a/src/lib/libc/string/Makefile.inc b/src/lib/libc/string/Makefile.inc index 25e67e4f87..6b78a4d007 100644 --- a/src/lib/libc/string/Makefile.inc +++ b/src/lib/libc/string/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.28 2012/01/17 02:48:01 guenther Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.29 2012/08/02 13:38:38 okan Exp $ |
2 | 2 | ||
3 | # string sources | 3 | # string sources |
4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/string ${LIBCSRCDIR}/string | 4 | .PATH: ${LIBCSRCDIR}/arch/${MACHINE_CPU}/string ${LIBCSRCDIR}/string |
@@ -120,26 +120,6 @@ strrchr.so: rindex.c | |||
120 | -o ${.TARGET} | 120 | -o ${.TARGET} |
121 | .endif | 121 | .endif |
122 | 122 | ||
123 | # build .ln files for memmove, memcpy, strchr and strrchr always from | ||
124 | # bcopy, index, and rindex | ||
125 | LOBJS+= memmove.ln memcpy.ln strchr.ln strrchr.ln | ||
126 | |||
127 | memmove.ln: bcopy.c | ||
128 | lint ${LINTFLAGS} -DMEMMOVE ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ | ||
129 | ${LIBCSRCDIR}/string/bcopy.c | ||
130 | |||
131 | memcpy.ln: bcopy.c | ||
132 | lint ${LINTFLAGS} -DMEMCOPY ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ | ||
133 | ${LIBCSRCDIR}/string/bcopy.c | ||
134 | |||
135 | strchr.ln: index.c | ||
136 | lint ${LINTFLAGS} -DSTRCHR ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ | ||
137 | ${LIBCSRCDIR}/string/index.c | ||
138 | |||
139 | strrchr.ln: rindex.c | ||
140 | lint ${LINTFLAGS} -DSTRRCHR ${CFLAGS:M-[IDU]*} -i -o ${.TARGET} \ | ||
141 | ${LIBCSRCDIR}/string/rindex.c | ||
142 | |||
143 | MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 memccpy.3 memchr.3 \ | 123 | MAN+= bm.3 bcmp.3 bcopy.3 bstring.3 bzero.3 ffs.3 memccpy.3 memchr.3 \ |
144 | memcmp.3 memcpy.3 memmove.3 memset.3 stpcpy.3 strcasecmp.3 strcat.3 \ | 124 | memcmp.3 memcpy.3 memmove.3 memset.3 stpcpy.3 strcasecmp.3 strcat.3 \ |
145 | strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strerror.3 \ | 125 | strchr.3 strcmp.3 strcoll.3 strcpy.3 strcspn.3 strerror.3 \ |
diff --git a/src/lib/libssl/crypto/Makefile b/src/lib/libssl/crypto/Makefile index 38fc8620ca..c15f623d57 100644 --- a/src/lib/libssl/crypto/Makefile +++ b/src/lib/libssl/crypto/Makefile | |||
@@ -1,7 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.60 2011/07/08 21:30:10 mpf Exp $ | 1 | # $OpenBSD: Makefile,v 1.61 2012/08/02 13:38:39 okan Exp $ |
2 | 2 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | WANTLINT= | ||
5 | 4 | ||
6 | SSLEAYDIST= src | 5 | SSLEAYDIST= src |
7 | SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} | 6 | SSL_SRC= ${.CURDIR}/../${SSLEAYDIST} |
diff --git a/src/lib/libssl/ssl/Makefile b/src/lib/libssl/ssl/Makefile index 3215b33574..0b8e5dfd53 100644 --- a/src/lib/libssl/ssl/Makefile +++ b/src/lib/libssl/ssl/Makefile | |||
@@ -1,7 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.24 2012/07/11 11:02:48 sthen Exp $ | 1 | # $OpenBSD: Makefile,v 1.25 2012/08/02 13:38:39 okan Exp $ |
2 | 2 | ||
3 | LIB= ssl | 3 | LIB= ssl |
4 | WANTLINT= | ||
5 | 4 | ||
6 | SSLEAYDIST= src | 5 | SSLEAYDIST= src |
7 | 6 | ||