OpenGrok
Cross Reference: Makefile
xref
: /
src
/
usr.bin
/
calendar
/
Makefile
Home
|
History
|
Annotate
|
Download
|
only in
calendar
History log of
/src/usr.bin/calendar/Makefile
Revision
Date
Author
Comments
1.15
25-Dec-2020
dholland
List calendar's known calendars explicitly, and only install those.
Prevents build failures caused by installing editor backups and other
such silliness.
1.14
14-Apr-2009
lukem
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
1.13
07-Mar-2008
christos
branches: 1.13.10;
ansi and lint fixes from Anon Ymous
1.12
30-Nov-2002
lukem
branches: 1.12.24; 1.12.30;
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
1.11
04-Dec-2001
christos
- knf
- use cpp -traditional, since the default has now changed. We want to allow
unmatched single quotes!
- use fparseln, instead of a fixed 2k buffer.
- make all locals static and move to the top. This is so we can eventually
make calendar understand languages other than us_en
- add braces and continue's to clarify things.
- replace gratuitous fprintf uses with warnx.
- replace vforks() with forks() since we tried to print errors with stdio.
- add more warnings so that we know how things fail.
XXX: Eventually we'll have to remove the cpp dependency, and we should:
- make it use m4 instead [bad, breaks compatibility]
or
- add a small cpp like parser for #include [bad, too much code]
1.10
13-Feb-1999
lukem
convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1.9
27-Sep-1998
lukem
don't install in /usr/share if NOSHARE is defined
1.8
24-Mar-1997
christos
- Makefile cleanups
1.7
18-Oct-1996
thorpej
Use ${INSTALL}.
1.6
27-Mar-1995
glass
merged with 4.4Lite.
1.5
10-Feb-1994
cgd
kill bogus install -d's, and clean slightly
1.4
01-Oct-1993
jtc
Always use `install -d' to make sure destination directory exists & has
correct ownership and permissions.
1.3
31-Jul-1993
mycroft
Add RCS indentifiers.
1.2
09-Apr-1993
cgd
make sure directory for calendar files exists before installing them
1.1
21-Mar-1993
cgd
branches: 1.1.1;
Initial revision
1.1.1.2
27-Mar-1995
glass
Import from 4.4Lite
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.12.30.1
24-Mar-2008
keiichi
sync with head.
1.12.24.1
23-Mar-2008
matt
sync with HEAD
1.13.10.1
13-May-2009
jym
Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
Indexes created Tue Oct 28 12:10:06 GMT 2025