Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   apb
Date:           Fri Mar  6 16:29:41 UTC 2009

Modified Files:
        src: build.sh
        src/share/mk: bsd.own.mk

Log Message:
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.203 -r1.204 src/build.sh
cvs rdiff -u -r1.557 -r1.558 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