Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-5
Revision 1.289.2.4 / (download) - annotate - [select for diffs], Thu Jan 6 05:20:25 2011 UTC (2 years, 5 months ago) by riz
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2
Changes since 1.289.2.3: +4 -4
lines
Diff to previous 1.289.2.3 (colored) to branchpoint 1.289 (colored) next main 1.290 (colored)
Apply patch (requested by mrg in ticket #1499): src/compat version 2. this allows building any number of alternate library / program target ABIs. rather than duplicating the list of subdirs and Makefiles to build, it re-traverses the necessary ones. details: - add support for MAKEDIRTARGETENV to share/mk - renames LD32DIR to MLIBDIR - fixes library builds for some subdirs (more was built than needed) - fixes /bin & /sbin apps in compat mode - reduces complexity in src/compat and the rest of the tree - updates ldd netbsd32 support
Revision 1.289.2.3 / (download) - annotate - [select for diffs], Sat Jun 6 22:10:12 2009 UTC (4 years ago) by bouyer
Branch: netbsd-5
CVS Tags: netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
matt-nb5-pq3-base,
matt-nb5-pq3
Changes since 1.289.2.2: +4 -1
lines
Diff to previous 1.289.2.2 (colored) to branchpoint 1.289 (colored)
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.
Revision 1.289.2.2 / (download) - annotate - [select for diffs], Fri Jan 9 03:35:51 2009 UTC (4 years, 5 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-RC2,
netbsd-5-0-RC1
Branch point for: netbsd-5-0
Changes since 1.289.2.1: +10 -3
lines
Diff to previous 1.289.2.1 (colored) to branchpoint 1.289 (colored)
Pull up following revision(s) (requested by mrg in ticket #242):
external/mit/xorg/lib/libGLU/Makefile: revision 1.3
share/mk/bsd.README: revision 1.244
share/mk/bsd.lib.mk: revision 1.291
add LIBISCXX. if it is != "no", use ${CXX} instead of ${CC} to link
shared libraries. use it for the one c++ library we have.
fixes PR#39936.
Revision 1.289.2.1 / (download) - annotate - [select for diffs], Mon Dec 1 00:36:29 2008 UTC (4 years, 6 months ago) by snj
Branch: netbsd-5
Changes since 1.289: +7 -4
lines
Diff to previous 1.289 (colored)
Pull up following revision(s) (requested by cube in ticket #151): share/mk/bsd.lib.mk: revision 1.290 Allow the use of NOSTATICLIB along with LIBISPRIVATE to build private libs that are suitable to be linked into a shared lib.
Revision 1.289 / (download) - annotate - [select for diffs], Sun Oct 19 22:05:21 2008 UTC (4 years, 7 months ago) by apb
Branch: MAIN
CVS Tags: netbsd-5-base,
matt-mips64-base2
Branch point for: netbsd-5
Changes since 1.288: +2 -1
lines
Diff to previous 1.288 (colored)
Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands.
Pass AWK=${TOOL_AWK:Q} to shell scripts that use awk.