[project @ 2001-07-23 22:52:33 by ken]
authorken <unknown>
Mon, 23 Jul 2001 22:52:33 +0000 (22:52 +0000)
committerken <unknown>
Mon, 23 Jul 2001 22:52:33 +0000 (22:52 +0000)
Improved how we build library archives:

On Digital UNIX (or where otherwise available), use the "Z" option to
compress archives as we build them.

On Digital UNIX 5 (or where otherwise available), use the "-input" option,
which reads from a specified file the list of objects to archive.  This is
significantly faster than piping the list of objects to xargs when the
number of objects to archive is large.


No differences found