1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
|
2002-08-29 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Revert $(S)=>/ change, for Windows support.
2002-08-23 Ken Raeburn <raeburn@mit.edu>
* Makefile.in: Change $(S)=>/ and $(U)=>.. globally.
2002-07-17 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (RUNTEST): Variable renamed from HAVE_RUNTEST.
(check): Depend on check-runtest-@HAVE_RUNTEST@.
(check-runtest-yes, check-runtest-no): Renamed from check-runtest,
check-.
2002-07-12 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (HAVE_RUNTEST): Include $(DEJAFLAGS).
2000-08-08 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (KRB4_RUNTESTFLAGS): Set from configure.in and pass
to runtest if krb4 compatibility is enabled.
1999-10-26 Wilfredo Sanchez <tritan@mit.edu>
* Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES,
LOCAL_INCLUDES such that one can override CFLAGS from the command
line without losing CPP search patchs and defines. Some associated
Makefile cleanup.
1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Set the myfulldir and mydir variables (which are
relative to buildtop and thisconfigdir, respectively.)
Mon Mar 30 13:57:07 1998 Ezra Peisach <epeisach@kangaroo.mit.edu>
* t_inetd.c: Include stdlib.h (if present) for atoi() prototype,
Include unistd.h (if present) for dup() prototype.
Wed Feb 18 16:28:37 1998 Tom Yu <tlyu@mit.edu>
* Makefile.in: Remove trailing slash from thisconfigdir. Fix up
BUILDTOP for new conventions.
Mon Feb 2 16:45:49 1998 Theodore Ts'o <tytso@rsts-11.mit.edu>
* Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile
Tue Oct 7 08:02:13 1997 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (runenv.vars): Use tr to remove newlines in multiple
lines of variables.
Fri Oct 3 02:26:45 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in: Fix up site.exp generation to reduce the quoting
lossage somewhat.
Sun Aug 17 14:26:57 1997 Ezra Peisach <epeisach@mit.edu>
* Makefile.in (SRCS): Add $(SRCS) line.
Sun Feb 9 01:38:26 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
* configure.in: Update to new program build procedure.
Wed Nov 20 16:01:34 1996 Barry Jaspan <bjaspan@mit.edu>
* Makefile.in (check-): warn more loudly about unrun tests
Mon Oct 7 15:46:47 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* Makefile.in (HAVE_RUNTEST): Renamed from RUNTEST as
config/pre.in now defines.
Sun Apr 7 23:03:01 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Add KRB5_RUN_FLAGS
* Makefile.in (site.exp): Create site.exp with runtime environment
line from configure.
Mon Feb 26 03:38:24 1996 Mark W. Eichin <eichin@cygnus.com>
* *.exp: use $REALMNAME for the testing realm.
* default.exp: if REALMNAME isn't set, set it to KRBTEST.COM.
Fri Sep 29 14:23:01 1995 Theodore Y. Ts'o <tytso@dcl>
* Makefile.in (clean-unix): Remove the dejagnu temporary files.
Tue Aug 29 14:22:28 EDT 1995 Paul Park (pjpark@mit.edu)
* Makefile.in - Replace explicit library list with $(LIBS). This
gets set with the needed libraries (e.g. -lsocket on Solaris).
Sat Aug 26 18:10:44 1995 Ezra Peisach (epeisach@kangaroo.mit.edu)
* .Sanitize: Add t_inetd.c
* t_inetd.c: Small program to simulate the use of inetd in running
tests.
* configure.in: Add programming rules, shared libraries and
signal handling
* Makefile.in: Build/clean t_inetd if dejagnu tests are run.
Thu Aug 24 18:48:01 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list
Wed Jun 21 18:13:11 1995 Theodore Y. Ts'o <tytso@dcl>
* configure.in: Remove AC_CONFIG_FRAGMENTS call, since it's no
longer needed. (The aclocal.m4 V5_SET_TOPTREE handles it
all automatically now.)
Fri Jun 9 18:58:29 1995 <tytso@rsx-11.mit.edu>
* configure.in: Remove standardized set of autoconf macros, which
are now handled by CONFIG_RULES.
Wed Apr 26 18:41:04 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* configure.in: Check for runtest program present on system for
make check.
* Makefile.in (check): Run runtest only if present on system
(install): do nothing
|