Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-1-5
Revision 1.169.2.6 / (download) - annotate - [select for diffs], Fri Sep 29 19:27:00 2000 UTC (12 years, 7 months ago) by skrll
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-5-PATCH003,
netbsd-1-5-PATCH002,
netbsd-1-5-PATCH001,
netbsd-1-5-BETA2,
netbsd-1-5-BETA
Changes since 1.169.2.5: +28 -18
lines
Diff to previous 1.169.2.5 (colored) to branchpoint 1.169 (colored) next main 1.170 (colored)
Pullup 1.172->1.173 of bsd.lib.mk Approved by: thorpej PR/10556: Veego: Shared library support was broken if shlib_version file was not present.
Revision 1.169.2.5 / (download) - annotate - [select for diffs], Tue Aug 22 06:27:13 2000 UTC (12 years, 9 months ago) by mrg
Branch: netbsd-1-5
Changes since 1.169.2.4: +2 -1
lines
Diff to previous 1.169.2.4 (colored) to branchpoint 1.169 (colored)
pull up from trunk, approved by thorpej: >revision 1.175 >date: 2000/07/19 14:16:22; author: mrg; state: Exp; lines: +3 -9 >simplify previous. >revision 1.174 >date: 2000/07/17 16:49:30; author: eeh; state: Exp; lines: +8 -1 >Tell gas how to make PIC objects on sparc64.
Revision 1.169.2.4 / (download) - annotate - [select for diffs], Fri Aug 11 10:39:57 2000 UTC (12 years, 9 months ago) by kleink
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-ALPHA2
Changes since 1.169.2.3: +32 -20
lines
Diff to previous 1.169.2.3 (colored) to branchpoint 1.169 (colored)
Pull up rev. 1.171 (approved by thorpej):
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.169.2.3 / (download) - annotate - [select for diffs], Fri Aug 11 03:24:25 2000 UTC (12 years, 9 months ago) by gmcgarry
Branch: netbsd-1-5
Changes since 1.169.2.2: +2 -2
lines
Diff to previous 1.169.2.2 (colored) to branchpoint 1.169 (colored)
Pull-up approved by releng-1-5: > basesrc/lib/checkvers (revision 1.6) > sharesrc/share/mk/bsd.lib.mk (revision 1.176) > > Remove executable permission from src/lib/checkver.
Revision 1.169.2.2 / (download) - annotate - [select for diffs], Wed Jul 26 23:15:49 2000 UTC (12 years, 9 months ago) by mycroft
Branch: netbsd-1-5
Changes since 1.169.2.1: +8 -1
lines
Diff to previous 1.169.2.1 (colored) to branchpoint 1.169 (colored)
Approved by thorpej: Add support for building PIC on sparc64. sharesrc/share/mk/bsd.lib.mk 1.173 -> 1.174
Revision 1.169.2.1 / (download) - annotate - [select for diffs], Thu Jun 29 23:35:08 2000 UTC (12 years, 10 months ago) by thorpej
Branch: netbsd-1-5
Changes since 1.169: +2 -2
lines
Diff to previous 1.169 (colored)
Update from trunk:
For the case when DESTDIR is set: move the -L${DESTDIR}/usr/lib after
${LDADD} so any -L directories set in LDADD are searched first to avoid
possibly linking against old versions of libraries.
Revision 1.169 / (download) - annotate - [select for diffs], Mon Jun 19 19:35:05 2000 UTC (12 years, 11 months ago) by thorpej
Branch: MAIN
CVS Tags: netbsd-1-5-base
Branch point for: netbsd-1-5
Changes since 1.168: +12 -1
lines
Diff to previous 1.168 (colored)
Add print-shlib-major and print-shlib-minor targets.