blob: b5ef6aa7ded26f7ddc604615f4d7ea3b0620fad3 (
plain)
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
|
Tue Mar 28 18:50:04 1995 John Gilmore (gnu at toad.com)
* Makefile.in (all): Split into all-$(WHAT).
(unixmac): Add.
(libupdate): Use $(RM).
Mon Feb 27 00:01:41 1995 Mark Eichin <eichin@cygnus.com>
* lndir: if $0 contains slashes, but does not have a leading
slash, prepend `pwd` so that relative invocation works.
Fri Feb 3 16:50:07 1995 Theodore Y. Ts'o (tytso@dcl)
* reconf: If util/autoconf isn't built, try to use autoconf
utilities found in the user's path.
Tue Nov 8 01:44:26 1994 Theodore Y. Ts'o (tytso@dcl)
* Makefile.in: Don't use $< in a non suffix rule context.
Tue Nov 1 14:49:00 1994 (tytso@rsx-11)
* libupdate.sh: Use library.stamp to determine whether or not
$arcmd needs to be rerun.
* libupdate.sh: touch the library first, before running $aradd, in
case changing the mod time of the library after running
$aradd causes problems on some systems.
* libupdate.sh: Change use of "head -1" to "sed 1q"
* configure.in:
* Makefile.in:
* libupdate.sh: Add support for the new libupdate shell script.
It automatically updates a library from a file listing of
constituent .o files. It only calls "ar" if it absolutely
has to, in order to speed things up for partial
recompilations. (ar is dreadfully slow if you're using
one based on the BFD library.)
Tue Oct 11 19:07:09 1994 Mark Eichin (eichin@cygnus.com)
* kbuild (MAKETARGETS): default to "all check" for make, but allow
override from config fragments.
Mon Oct 3 23:36:12 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in: Don't build unifdef directory --- we don't need it
anymore.
Fri Sep 30 20:22:53 1994 Mark Eichin (eichin@cygnus.com)
* kbuild: log arguments to THISCONF, RECONF files.
Fri Sep 30 19:28:24 1994 Mark Eichin (eichin@cygnus.com)
* kbuild: set SRCDIR by default from program name.
Thu Sep 29 19:54:38 1994 Mark Eichin (eichin@cygnus.com)
* kbuild: complete rewrite.
* kfrags: fragments of input to kbuild.
|