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:   snj
Date:           Wed Mar 18 05:37:59 UTC 2009

Modified Files:
        src [netbsd-5]: build.sh
        src/share/mk [netbsd-5]: bsd.own.mk

Log Message:
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.)


To generate a diff of this commit:
cvs rdiff -u -r1.198.2.1 -r1.198.2.2 src/build.sh
cvs rdiff -u -r1.542.2.7 -r1.542.2.8 src/share/mk/bsd.own.mk

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