Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-4
Revision 1.152.2.4 / (download) - annotate - [select for diffs], Mon Aug 14 14:04:12 2000 UTC (12 years, 9 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003
Changes since 1.152.2.3: +15 -8
lines
Diff to previous 1.152.2.3 (colored) to branchpoint 1.152 (colored) next main 1.153 (colored)
Apply revision 1.173 (via patch, requested by he): Make shared library support work if shlib_version file is missing. Fixes PR#10556.
Revision 1.152.2.3 / (download) - annotate - [select for diffs], Thu Jul 6 16:54:37 2000 UTC (12 years, 10 months ago) by he
Branch: netbsd-1-4
Changes since 1.152.2.2: +2 -2
lines
Diff to previous 1.152.2.2 (colored) to branchpoint 1.152 (colored)
Apply patch (requested by he): Correct a typo.
Revision 1.152.2.2 / (download) - annotate - [select for diffs], Wed Jul 5 20:48:04 2000 UTC (12 years, 10 months ago) by he
Branch: netbsd-1-4
Changes since 1.152.2.1: +23 -17
lines
Diff to previous 1.152.2.1 (colored) to branchpoint 1.152 (colored)
Pull up revision 1.171 (via patch, requested by he):
Introduce the optional "teeny" variable in shlib_version, so that
we don't abuse the "minor" number to optionally include the
"teeny" number. Replace explicit ${SHLIB_MAJOR}.${SHLIB_MINOR}
with ${SHLIB_FULLVERSION}.
Revision 1.152.2.1 / (download) - annotate - [select for diffs], Fri Sep 10 22:55:14 1999 UTC (13 years, 8 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH002
Changes since 1.152: +6 -6
lines
Diff to previous 1.152 (colored)
Pull up revision 1.157: Allow natural use of multiple "make" targets in the main tree without setting BUILD, fixing PR#8313 and PR#3894.
Revision 1.152 / (download) - annotate - [select for diffs], Tue Mar 30 09:30:43 1999 UTC (14 years, 1 month ago) by fair
Branch: MAIN
CVS Tags: netbsd-1-4-base,
netbsd-1-4-RELEASE,
netbsd-1-4-PATCH001
Branch point for: netbsd-1-4
Changes since 1.151: +10 -1
lines
Diff to previous 1.151 (colored)
Patched per PR 7283; this causes shared libraries which depend on
other shared libraries to load against the ones just built when
DESTDIR is set (i.e. -L${DESTDIR}${LIBDIR} ), rather than what's
installed in /usr/lib (previous behavior definitely violated the
Principle of Least Astonishment!).