Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   perry
Date:           Fri Mar 13 16:23:31 UTC 2009

Modified Files:
        src: build.sh
        src/share/mk: bsd.README bsd.lib.mk

Log Message:
Add a MKARZERO flag, which invokes ar(1) with the new D flag when it
is set to "yes" -- defaults to "no" except for build.sh builds. This
results in a deterministic .a file rather than one that reflects
timestamps and permissions on the source files.

Also, clean up the ar flags we're using, and remove a redundant use of
ranlib that on a modern POSIX ar can be done with the "s" flag.

Discussed on tech-toolchain


To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.206 src/build.sh
cvs rdiff -u -r1.247 -r1.248 src/share/mk/bsd.README
cvs rdiff -u -r1.295 -r1.296 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index