diff options
| author | Theodore Tso <tytso@mit.edu> | 1994-11-01 19:53:16 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1994-11-01 19:53:16 +0000 |
| commit | 224911c07becad9d9e31366216dc47b91476b41b (patch) | |
| tree | 18e222744b184c7be8bc755e78a6dde7b37daa6b /src/util/ChangeLog | |
| parent | e650371a292ac4c39479ab95500d18d5222273b6 (diff) | |
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.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4602 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ChangeLog')
| -rw-r--r-- | src/util/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/util/ChangeLog b/src/util/ChangeLog index d76cbcb11..bfd94db16 100644 --- a/src/util/ChangeLog +++ b/src/util/ChangeLog @@ -1,3 +1,14 @@ +Tue Nov 1 14:49:00 1994 (tytso@rsx-11) + + * 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 |
