]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r285844: ar: add -U (unique) option to disable -D (deterministic) mode
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Aug 2015 17:30:13 +0000 (17:30 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 31 Aug 2015 17:30:13 +0000 (17:30 +0000)
commit0904cff88f9ad4ddf4d5709fbe197bcb687d6448
tree3a146f55e223209038564ac7cea00c5e8b22f64e
parent2d865190c2eb0626a9c35c251a327cc96f9c706d
MFC r285844: ar: add -U (unique) option to disable -D (deterministic) mode

This is required in order for us to support deterministic mode by
default.  If multiple -D or -U options are specified on the command
line, the final one takes precedence.  GNU ar also uses -U for this.

PR: 196929
Sponsored by: The FreeBSD Foundation

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