Up to [cvs.NetBSD.org] / src
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: netbsd-5
Revision 1.198.2.3 / (download) - annotate - [select for diffs], Wed Mar 18 05:39:06 2009 UTC (14 years ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-2-RELEASE,
netbsd-5-2-RC1,
netbsd-5-2-3-RELEASE,
netbsd-5-2-2-RELEASE,
netbsd-5-2-1-RELEASE,
netbsd-5-2,
netbsd-5-1-RELEASE,
netbsd-5-1-RC4,
netbsd-5-1-RC3,
netbsd-5-1-RC2,
netbsd-5-1-RC1,
netbsd-5-1-5-RELEASE,
netbsd-5-1-4-RELEASE,
netbsd-5-1-3-RELEASE,
netbsd-5-1-2-RELEASE,
netbsd-5-1-1-RELEASE,
netbsd-5-1,
netbsd-5-0-RELEASE,
netbsd-5-0-RC4,
netbsd-5-0-RC3,
netbsd-5-0-2-RELEASE,
netbsd-5-0-1-RELEASE,
netbsd-5-0,
matt-nb5-pq3-base,
matt-nb5-pq3
Branch point for: matt-nb5-mips64
Changes since 1.198.2.2: +3 -3
lines
Diff to previous 1.198.2.2 (colored) to branchpoint 1.198 (colored) next main 1.199 (colored)
Pull up following revision(s) (requested by apb in ticket #578): build.sh: revision 1.205 share/mk/bsd.own.mk: revision 1.559 Add "-", "_", and "A-Z" to the set of allowed characters in the result from `uname -p`. We already have a platform with an underline ("x86_64"), and the other chars seem harmless.
Revision 1.198.2.2 / (download) - annotate - [select for diffs], Wed Mar 18 05:37:59 2009 UTC (14 years ago) by snj
Branch: netbsd-5
Changes since 1.198.2.1: +15 -6
lines
Diff to previous 1.198.2.1 (colored) to branchpoint 1.198 (colored)
Pull up following revision(s) (requested by apb in ticket #578): build.sh: revision 1.204 share/mk/bsd.own.mk: revision 1.558 In build.sh and bsd.own.mk, if uname -p fails, or prints "unknown", or prints something that does not look like an identifier, then use uname -m instead. (Cygwin prints "unknown", and OpenBSD prints a long string containing several spaces; this code should handle both.)
Revision 1.198.2.1 / (download) - annotate - [select for diffs], Fri Jan 9 02:04:43 2009 UTC (14 years, 2 months ago) by snj
Branch: netbsd-5
CVS Tags: netbsd-5-0-RC2,
netbsd-5-0-RC1
Changes since 1.198: +4 -3
lines
Diff to previous 1.198 (colored)
Pull up following revision(s) (requested by apb in ticket #232): build.sh: revision 1.200 "\t" does not represent a tab in sed regular expressions, so use a ${tab} variable instead. This bug was found by Jeremy C. Reed.
Revision 1.198 / (download) - annotate - [select for diffs], Sun Oct 26 23:40:06 2008 UTC (14 years, 4 months ago) by apb
Branch: MAIN
CVS Tags: netbsd-5-base
Branch point for: netbsd-5
Changes since 1.197: +36 -9
lines
Diff to previous 1.197 (colored)
Try harder to guess the correct TOOLDIR. Adapted from a proposal by Izumi Tsutsui in tech-toolchain.