History log of /netbsd-src/usr.bin/newsyslog/Makefile (Results 1 – 21 of 21)
Revision Date Author Comments
# 1a214827 03-Jun-2023 lukem <lukem@NetBSD.org>

adapt to ${CC_WNO_FORMAT_TRUNCATION}


# 21303c93 29-Sep-2019 mrg <mrg@NetBSD.org>

convert HAVE_GCC == 7 to HAVE_GCC >= 7.


# a0193bc5 04-Feb-2019 mrg <mrg@NetBSD.org>

- use -Wno-error=format-truncation


# c1ceae17 14-Apr-2009 lukem <lukem@NetBSD.org>

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc

Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint

show more ...


# 8c26d38e 22-Jul-2007 christos <christos@NetBSD.org>

WARNS=4, pass lint


# eba79970 15-Dec-2003 skrll <skrll@NetBSD.org>

Remove the -fno-gcse-lm hack now that it is no longer needed.


# 6c22027c 26-Oct-2003 lukem <lukem@NetBSD.org>

On MACHINE_ARCH==arm, compile newsyslog(8) with -fno-gcse-lm.
Fixes PRs [toolchain/22986] [toolchain/23002] [toolchain/23217]


# d348d3d7 30-Nov-2002 lukem <lukem@NetBSD.org>

tweaks for fparseln(3) move from libutil to libc:
- remove #include <util.h> if nothing else needed it
- remove LDFLAGS+=-lutil if nothing else needed it


# e55de4b4 07-Jul-2000 ad <ad@NetBSD.org>

Overhaul newsyslog(8). Changes:

- Code cleanup.
- Better flowing English in manpage (in places).
- `-n' option has been removed (was mainly a debugging convenience, I think).
- Add `C' flag: create

Overhaul newsyslog(8). Changes:

- Code cleanup.
- Better flowing English in manpage (in places).
- `-n' option has been removed (was mainly a debugging convenience, I think).
- Add `C' flag: create log file if one doesn't exist.

show more ...


# 0ac25731 07-Dec-1999 ad <ad@NetBSD.org>

Create link to newsyslog.conf.5.


# dd5cffce 09-Jun-1999 tron <tron@NetBSD.org>

"/var/run/syslog.pid" was renamed to "/var/run/syslogd.pid" recently.


# b5c503ca 29-Jul-1998 simonb <simonb@NetBSD.org>

Remove conditional strdup() compiled if OSF isn't defined, and -DOSF
from the Makefile to guarantee that the private version strdup() isn't
compiled in.


# a7220895 29-Jul-1998 simonb <simonb@NetBSD.org>

Remove useless BINOWN=root


# 8ba07ab0 24-Oct-1997 lukem <lukem@NetBSD.org>

use CPPFLAGS instead of CFLAGS


# 1d430145 27-Sep-1996 thorpej <thorpej@NetBSD.org>

RCS id police.


# 7bcf9338 22-Dec-1994 cgd <cgd@NetBSD.org>

specify man pages the new way.


# 8a3e18b5 22-Dec-1993 cgd <cgd@NetBSD.org>

punt on newsyslog.conf.5 -- it wasn't appropriate. if somebody writes it... 8-)


# ea8be8d2 29-Jun-1993 mycroft <mycroft@NetBSD.org>

Change file name extension for new gzip.


# 414f3371 28-May-1993 cgd <cgd@NetBSD.org>

make installed file owned by root, to keep crond happy


# c210f825 22-May-1993 cgd <cgd@NetBSD.org>

add use of "COMPRESS_POSTFIX" define, to determine what postfix
(e.g. ".Z", ".z", etc.) to append to compressed log files.


# 90beb7e4 21-May-1993 cgd <cgd@NetBSD.org>

initial import of this log-rotation program to NetBSD