Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2015 21:17:48 +0300
From:      Kimmo Paasiala <kpaasial@gmail.com>
To:        Marko Turk <markoml@markoturk.info>
Cc:        "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>, =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= <des@freebsd.org>
Subject:   Re: Freebsd-version problem
Message-ID:  <CA%2B7WWSdpcPmXncZrLtDp-AmK1eGGb2UNtERBfZgqU0p6A3tcCg@mail.gmail.com>
In-Reply-To: <20150701175516.GA809@vps.markoturk.info>
References:  <20150701175516.GA809@vps.markoturk.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 1, 2015 at 8:55 PM, Marko Turk <markoml@markoturk.info> wrote:
> Hi,
>
> after today update to r284993, my /bin/freebsd-version is wrong. It
> contains both freebsd-version script and newvers.sh as if someone
> concatenated these two files into /bin/freebsd-version.
>
> Can anyone confirm or is it just me?
>
> BR,
> Marko


Looks like this commit broke it:

https://svnweb.freebsd.org/base?view=revision&sortby=rev&sortdir=down&revision=284957

I think the problem is that ${.ALLSRC} expands now to both
${.CURDIR}/freebsd-version.sh.in and ${NEWVERS} where ${NEWVERS} is
the newvers.sh from sys/conf/.

-Kimmo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2B7WWSdpcPmXncZrLtDp-AmK1eGGb2UNtERBfZgqU0p6A3tcCg>