Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 2010 05:31:08 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/ar ar.1 ar.c ar.h write.c
Message-ID:  <201010090531.o995VQTV099121@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2010-10-09 05:31:08 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/ar           ar.1 ar.c ar.h write.c 
  Log:
  SVN rev 213643 on 2010-10-09 05:31:08Z by 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.
  
  Submitted by:   Erik Cederstrand
  Reviewed by:    Kai Wang
  
  Revision  Changes    Path
  1.24      +11 -0     src/usr.bin/ar/ar.1
  1.23      +9 -4      src/usr.bin/ar/ar.c
  1.6       +1 -0      src/usr.bin/ar/ar.h
  1.8       +19 -5     src/usr.bin/ar/write.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010090531.o995VQTV099121>