Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Readability cleanups; MKfoo=no -> NOfoo.
details: https://anonhg.NetBSD.org/src/rev/405d5e34c983
branches: trunk
changeset: 519146:405d5e34c983
user: tv <tv%NetBSD.org@localhost>
date: Wed Dec 12 00:51:00 2001 +0000
description:
Readability cleanups; MKfoo=no -> NOfoo.
diffstat:
lib/libarch/m68k/Makefile.inc | 8 +++---
lib/libasn1/Makefile | 14 ++++++------
lib/libasn1/asn1_compile/Makefile | 8 +++---
lib/libbz2/Makefile | 32 ++++++++++++++--------------
lib/libcdk/Makefile | 19 ++++++----------
lib/libcom_err/Makefile | 40 +++++++++++++++-------------------
lib/libcom_err/compile_et/Makefile | 14 ++++++------
lib/libcrypto_idea/Makefile | 26 +++++++++++-----------
lib/libcrypto_rc5/Makefile | 26 +++++++++++-----------
lib/libedit/readline/Makefile | 4 +-
lib/libgssapi/Makefile | 20 ++++++++--------
lib/libhdb/Makefile | 39 +++++++++++++++++----------------
lib/libkadm/Makefile | 22 ++++++++----------
lib/libkadm5clnt/Makefile | 26 +++++++++++-----------
lib/libkadm5srv/Makefile | 25 +++++++++++----------
lib/libkafs/Makefile | 27 +++++++++--------------
lib/libkdb/Makefile | 24 ++++++++------------
lib/libkrb/Makefile | 43 ++++++++++++++++++-------------------
lib/libkrb5/Makefile | 29 ++++++++++++-------------
lib/libl/Makefile | 14 ++++++------
lib/libm/Makefile | 10 ++++----
lib/libm/arch/i387/Makefile | 7 +++--
lib/librmt/Makefile | 14 ++++++------
lib/libroken/Makefile | 21 ++++++++---------
lib/librpcsvc/Makefile | 6 ++--
lib/libsl/Makefile | 18 +++++++--------
lib/libss/Makefile | 20 +++++++---------
lib/libvers/Makefile | 30 ++++++++++++--------------
lib/liby/Makefile | 8 +++---
lib/libz/Makefile | 22 ++++++++----------
lib/runemodule/Makefile.inc | 9 ++++---
libexec/hpropd/Makefile | 30 ++++++++-----------------
libexec/kadmind/Makefile | 30 ++++++++-----------------
libexec/kfd/Makefile | 27 ++++++++---------------
libexec/kpasswdd/Makefile | 30 ++++++++-----------------
35 files changed, 339 insertions(+), 403 deletions(-)
diffs (truncated from 1472 to 300 lines):
diff -r ce27153f4554 -r 405d5e34c983 lib/libarch/m68k/Makefile.inc
--- a/lib/libarch/m68k/Makefile.inc Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libarch/m68k/Makefile.inc Wed Dec 12 00:51:00 2001 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.5 1999/06/10 00:49:52 simonb Exp $
+# $NetBSD: Makefile.inc,v 1.6 2001/12/12 00:51:00 tv Exp $
.if (${MACHINE_ARCH} == "m68k")
-SRCS= m68k_sync_icache.S
-MKLINT=no
+SRCS= m68k_sync_icache.S
+NOLINT= # defined
.endif
-MAN+= m68k_sync_icache.2
+MAN+= m68k_sync_icache.2
diff -r ce27153f4554 -r 405d5e34c983 lib/libasn1/Makefile
--- a/lib/libasn1/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libasn1/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.18 2001/10/31 16:15:00 tv Exp $
+# $NetBSD: Makefile,v 1.19 2001/12/12 00:51:00 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/lib/asn1
+.PATH: ${DIST}/heimdal/lib/asn1
-WARNS?= 1
-MKLINT= no
-
-LIB= asn1
+WARNS?= 1
+LIB= asn1
.if ${USETOOLS} != "yes"
COMPILEETOBJ!= cd ${.CURDIR}/../libcom_err/compile_et && ${PRINTOBJDIR}
@@ -113,7 +113,7 @@
${SRCS}: krb5_asn1.h
-CLEANFILES = ${BUILT_SOURCES} ${gen_files} asn1_files krb5_asn1.h krb5_asn1.hx
+CLEANFILES= ${BUILT_SOURCES} ${gen_files} asn1_files krb5_asn1.h krb5_asn1.hx
.if ${USETOOLS} != "yes"
SUBDIR= asn1_compile
diff -r ce27153f4554 -r 405d5e34c983 lib/libasn1/asn1_compile/Makefile
--- a/lib/libasn1/asn1_compile/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libasn1/asn1_compile/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.13 2001/11/15 22:02:42 tv Exp $
+# $NetBSD: Makefile,v 1.14 2001/12/12 00:51:00 tv Exp $
DIST= ${.CURDIR}/../../../crypto/dist
.PATH: ${DIST}/heimdal/lib/asn1 ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
PROG= asn1_compile
-MKLINT= no
-MKMAN= no
+NOLINT= # defined
+NOMAN= # defined
WARNS?= 1
asn1_compile_SRCS = \
@@ -33,7 +33,7 @@
SRCS= $(asn1_compile_SRCS) \
$(roken_SRCS)
-YHEADER=
+YHEADER= # defined
#LIBROKEN!= cd ${.CURDIR}/../../libroken && ${PRINTOBJDIR}
# -I${LIBROKEN} \
diff -r ce27153f4554 -r 405d5e34c983 lib/libbz2/Makefile
--- a/lib/libbz2/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libbz2/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,25 +1,25 @@
-# $NetBSD: Makefile,v 1.5 2001/06/03 13:42:00 simonb Exp $
+# $NetBSD: Makefile,v 1.6 2001/12/12 00:51:01 tv Exp $
-LIB= bz2
-MKMAN= no
-DIST= ${.CURDIR}/../../dist/bzip2
-.PATH: ${DIST}
+LIB= bz2
+NOMAN= # defined
+DIST= ${.CURDIR}/../../dist/bzip2
+.PATH: ${DIST}
-SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c \
- bzlib.c
-INCS= bzlib.h
-INCSDIR=/usr/include
+SRCS= blocksort.c huffman.c crctable.c randtable.c compress.c \
+ decompress.c bzlib.c
+INCS= bzlib.h
+INCSDIR= /usr/include
TEXINFO= bzip2.info
CLEANFILES+= bzip2.texi
-bzip2.texi: manual.texi
- @-rm -f $@
- sed -e 's/@parindent.*//' \
- -e 's/@parskip.*//' \
- -e 's/@node Overview, Implementation, Top, Top/@node Overview, (dir), Top, (dir)/' \
- -e 's/@itemize$$/@itemize @bullet/' \
- <$> >$@
+bzip2.texi: manual.texi
+ @-rm -f $@
+ sed -e 's/@parindent.*//' \
+ -e 's/@parskip.*//' \
+ -e 's/@node Overview, Implementation, Top, Top/@node Overview, (dir), Top, (dir)/' \
+ -e 's/@itemize$$/@itemize @bullet/' \
+ <$> >$@
.include <bsd.own.mk>
diff -r ce27153f4554 -r 405d5e34c983 lib/libcdk/Makefile
--- a/lib/libcdk/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libcdk/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2001/11/05 15:24:48 lukem Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/12 00:51:01 tv Exp $
+
DIST= ${.CURDIR}/../../dist
-.PATH: ${DIST}/cdk
-.PATH: ${DIST}/cdk/include
-.PATH: ${DIST}/cdk/man
+.PATH: ${DIST}/cdk ${DIST}/cdk/include ${DIST}/cdk/man
-MKLINT= no
-
-LIB= cdk
+LIB= cdk
+NOLINT= # defined
+CPPFLAGS+= -I. -I${DIST}/cdk/include -DHAVE_CONFIG_H
SRCS= alphalist.c binding.c buttonbox.c calendar.c cdk.c cdkscreen.c \
debug.c dialog.c draw.c entry.c fselect.c graph.c histogram.c \
@@ -29,10 +28,6 @@
MLINKS= cdk_cdk.3 cdk.3
-INCSDIR= /usr/include/cdk
-
-CPPFLAGS+= -I. \
- -I${DIST}/cdk/include \
- -DHAVE_CONFIG_H
+INCSDIR= /usr/include/cdk
.include <bsd.lib.mk>
diff -r ce27153f4554 -r 405d5e34c983 lib/libcom_err/Makefile
--- a/lib/libcom_err/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libcom_err/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,35 +1,35 @@
-# $NetBSD: Makefile,v 1.10 2001/11/21 05:40:30 gmcgarry Exp $
+# $NetBSD: Makefile,v 1.11 2001/12/12 00:51:01 tv Exp $
+
+NOLINT= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../crypto/dist
-.PATH: ${DIST}/heimdal/lib/com_err
+.PATH: ${DIST}/heimdal/lib/com_err
-MKLINT= no
+LIB= com_err
+SRCS= error.c com_err.c roken_rename.h
-LIB= com_err
-SRCS= error.c com_err.c roken_rename.h
+INCS= com_err.h com_right.h
-INCS= com_err.h com_right.h
-
-MAN= com_err.3
-MLINKS= com_err.3 com_err_va.3 \
- com_err.3 error_message.3 \
- com_err.3 error_table_name.3 \
- com_err.3 init_error_table.3 \
- com_err.3 set_com_err_hook.3 \
- com_err.3 reset_com_err_hook.3
+MAN= com_err.3
+MLINKS= com_err.3 com_err_va.3 \
+ com_err.3 error_message.3 \
+ com_err.3 error_table_name.3 \
+ com_err.3 init_error_table.3 \
+ com_err.3 set_com_err_hook.3 \
+ com_err.3 reset_com_err_hook.3
.if ${USETOOLS} != "yes"
-.PHONY: compile_et
-
-includes: compile_et
+.PHONY: compile_et
+includes: compile_et
+SUBDIR= compile_et
compile_et:
@cd ${.CURDIR}/compile_et && ${MAKE}
.endif
-INCSDIR=/usr/include/krb5
+INCSDIR= /usr/include/krb5
CPPFLAGS+= -I. \
-I${.CURDIR}/../../include/heimdal \
@@ -38,10 +38,6 @@
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
-.if ${USETOOLS} != "yes"
-SUBDIR= compile_et
-.endif
-
.include <bsd.lib.mk>
.if ${USETOOLS} != "yes"
.include <bsd.subdir.mk>
diff -r ce27153f4554 -r 405d5e34c983 lib/libcom_err/compile_et/Makefile
--- a/lib/libcom_err/compile_et/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libcom_err/compile_et/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.9 2001/09/17 12:34:41 assar Exp $
+# $NetBSD: Makefile,v 1.10 2001/12/12 00:51:01 tv Exp $
-NOMAN= noman
+NOMAN= # defined
.include <bsd.own.mk>
DIST= ${.CURDIR}/../../../crypto/dist
# uncommon library functions
-.PATH: ${.CURDIR}/../../libc/string
-SRCS+= strlcpy.c strlcat.c
+.PATH: ${.CURDIR}/../../libc/string
+SRCS+= strlcpy.c strlcat.c
.PATH: ${DIST}/heimdal/lib/com_err ${DIST}/heimdal/lib/roken ${DIST}/heimdal/lib/vers
@@ -17,9 +17,9 @@
SRCS+= compile_et.c parse.y lex.l \
getarg.c print_version.c warnerr.c strupr.c get_window_size.c
-YHEADER= 1
+YHEADER= # defined
-BINDIR= /usr/bin
+BINDIR= /usr/bin
LIBROKEN!= cd ${.CURDIR}/../../libroken && ${PRINTOBJDIR}
@@ -30,7 +30,7 @@
-I${DIST}/heimdal/lib/roken \
-DHAVE_CONFIG_H
-DPSRCS= print_version.h
+DPSRCS= print_version.h
make-print-version.lo: ${.CURDIR}/../../../include/heimdal/version.h
diff -r ce27153f4554 -r 405d5e34c983 lib/libcrypto_idea/Makefile
--- a/lib/libcrypto_idea/Makefile Wed Dec 12 00:50:27 2001 +0000
+++ b/lib/libcrypto_idea/Makefile Wed Dec 12 00:51:00 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/08/08 14:04:42 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2001/12/12 00:51:01 tv Exp $
# RCSid:
# Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
@@ -16,32 +16,32 @@
# sjg%quick.com.au@localhost
#
+NOPIC= # defined
+#NOPROFILE= # defined
+#NOLINT= # defined
+
.include <bsd.own.mk>
# XXX There's a bit of work to do before we can enable warnings.
-WARNS=0
+WARNS= 0
-LIB= crypto_idea
-CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
+LIB= crypto_idea
+CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
CRYPTODIST= ${.CURDIR}/../../crypto/dist
.include "../../crypto/Makefile.openssl"
-.PATH: ${OPENSSLSRC}
+
Home |
Main Index |
Thread Index |
Old Index