svn commit: r240967 - head/release

Garrett Cooper yanegomi at gmail.com
Wed Sep 26 19:06:36 UTC 2012


On Sep 26, 2012, at 11:46 AM, Glen Barber <gjb at FreeBSD.org> wrote:

> On Wed, Sep 26, 2012 at 11:44:07AM -0700, Garrett Cooper wrote:
>>> -: ${RELSTRING=`chroot $2 uname -s`-`chroot $2 uname -r`-`chroot $2 uname -p`}
>>> +if [ "x${OSVERSION}" == "x" ]; then
>> 
>> This should be `=` in order to be backwards compatible with older
>> (pre-9.1) copies of /bin/sh
>> 
> 
> This won't be going into pre-9.1 versions of FreeBSD.

Perhaps, but there's nothing preventing me from building on 9.0. 8.x might also work, but that'd be purely based on the fact that userland abis didn't change all that much between 8 and 9.
Thanks!
-Garrett


More information about the svn-src-head mailing list