]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r208189:
authorkaiw <kaiw@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 7 May 2011 10:23:07 +0000 (10:23 +0000)
committerkaiw <kaiw@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 7 May 2011 10:23:07 +0000 (10:23 +0000)
commitece4edb7ad8fb0590aedf068ffaf7f502d03ac32
tree1cb67426a0172da583d4b82d05d0fc7a5b369051
parent1bd8c850c93a15520efc6dae12af9826a685f5db
MFC r208189:

Removed ar(1)'s support for compressed archives. This change removes
ar(1)'s dependencies on compressor libraries -lz, -lbz2 and -llzma and
fixes building HEAD on some versions of FreeBSD[78]. Option -j and -z
is now accepted but ignored.

Compressed ar(1) archives are not useful without a ld(1) that can read
them. Also, the current ar(1) compression scheme prevents random
access of archive members and needs to be redesigned anyway.

git-svn-id: svn://svn.freebsd.org/base/stable/8@221587 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/ar/Makefile
usr.bin/ar/acpyacc.y
usr.bin/ar/ar.1
usr.bin/ar/ar.c
usr.bin/ar/ar.h
usr.bin/ar/read.c
usr.bin/ar/write.c