Source-Changes archive

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

CVS commit: sharesrc/share/mk



Module Name:    sharesrc
Committed By:   lukem
Date:           Tue Mar 19 14:39:22 UTC 2002

Modified Files:
        sharesrc/share/mk: bsd.lib.mk

Log Message:
Change library installation.
Instead of:
        install -m 600 [...]
        ranlib -t [...]
        chmod 444 [...]
use the newly added "-a" flag to install(1) to invoke ranlib ifndef UPDATE.
Should prevent unnecessary ranlib-ing of installed libraries with UPDATE
defined.

Per discussion with simonb.


To generate a diff of this commit:
cvs rdiff -r1.197 -r1.198 sharesrc/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