]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r213643 (kientzle):
authorkaiw <kaiw@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 7 May 2011 10:27:23 +0000 (10:27 +0000)
committerkaiw <kaiw@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 7 May 2011 10:27:23 +0000 (10:27 +0000)
commita333b948d1da55d02c4d9f0778155ff96b68f6a3
treea6792208e0dfc5699ba8d95d4292843df767e2e2
parentece4edb7ad8fb0590aedf068ffaf7f502d03ac32
MFC r213643 (kientzle):

Add -D (deterministic) option to ar.
When set, it forces all timestamps and owners to zero and
modes to 0644.  Useful for producing libraries that are
bitwise identical across multiple build runs.

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