Source-Changes archive

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

CVS commit: [netbsd-5] src



Module Name:    src
Committed By:   bouyer
Date:           Sat Jun  6 22:10:13 UTC 2009

Modified Files:
        src/distrib/common [netbsd-5]: parselist.awk
        src/distrib/sets [netbsd-5]: maketars
        src/share/dict [netbsd-5]: Makefile
        src/share/mk [netbsd-5]: bsd.README bsd.hostprog.mk bsd.kmodule.mk
            bsd.lib.mk bsd.links.mk bsd.man.mk bsd.prog.mk
        src/share/zoneinfo [netbsd-5]: Makefile
        src/usr.bin/xinstall [netbsd-5]: xinstall.c

Log Message:
Pull up following revision(s) (requested by snj in ticket #790):
        share/mk/bsd.lib.mk: revision 1.298
        share/mk/bsd.man.mk: revision 1.100
        share/mk/bsd.hostprog.mk: revision 1.55
        distrib/sets/maketars: revision 1.66
        share/zoneinfo/Makefile: revision 1.43
        share/mk/bsd.kmodule.mk: revision 1.19
        usr.bin/xinstall/xinstall.c: revisions 1.106 - 1.108 via patch
        share/mk/bsd.prog.mk: revision 1.241
        share/dict/Makefile: revision 1.17
        share/mk/bsd.README: revision 1.249
        distrib/common/parselist.awk: revision 1.16
        share/mk/bsd.links.mk: revision 1.34
Explicitly sort entries on preparing set files from METALOG.
METALOG could have different order due to install(1) race
on parallel builds, and mtree(8) doesn't sort files.
Should fix inconsistent shared sets among builds as seen in
/pub/NetBSD-daily/netbsd-5/200904010000Z/shared/ and
/pub/NetBSD-daily/netbsd-5/200904010002Z/shared/ dirs.
Okay'ed by snj@.
Changes for installing with a metalog:
* When installing hard links and using a metalog, if -o, -g, -m, or -f
  args were explicitly specified on the command line, then believe them,
  but do not implicitly believe uname/gname/mode/flags from the file
  system.
* Output fields in the same order used by mtree.
Fix -Wshadow -Wcast-qual issues
Re-calculate size and digestresult after stripping, to ensure that
correct values appear in the metalog.
Add LINKSOWN, LINKSGRP, and LINKSMODE variables for use by bsd.links.mk
when installing hard links.  They have no effect except when using a
metalog, in which case the information is added to the metalog.  In
the future, these variables may be replaced by a method for explicitly
recording hard links in a metadata log.
Also change a few things that called ${INSTALL_LINK} without going
through bsd.links.mk.
Reviewed by perry and joerg.  This should fix PR 24457 and PR 41155.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.4.1 src/distrib/common/parselist.awk
cvs rdiff -u -r1.64.6.2 -r1.64.6.3 src/distrib/sets/maketars
cvs rdiff -u -r1.16 -r1.16.38.1 src/share/dict/Makefile
cvs rdiff -u -r1.236.2.7 -r1.236.2.8 src/share/mk/bsd.README
cvs rdiff -u -r1.53 -r1.53.2.1 src/share/mk/bsd.hostprog.mk
cvs rdiff -u -r1.13.2.1 -r1.13.2.2 src/share/mk/bsd.kmodule.mk
cvs rdiff -u -r1.289.2.2 -r1.289.2.3 src/share/mk/bsd.lib.mk
cvs rdiff -u -r1.32 -r1.32.24.1 src/share/mk/bsd.links.mk
cvs rdiff -u -r1.98 -r1.98.2.1 src/share/mk/bsd.man.mk
cvs rdiff -u -r1.239.2.1 -r1.239.2.2 src/share/mk/bsd.prog.mk
cvs rdiff -u -r1.42 -r1.42.12.1 src/share/zoneinfo/Makefile
cvs rdiff -u -r1.103 -r1.103.4.1 src/usr.bin/xinstall/xinstall.c

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