From owner-freebsd-stable@freebsd.org Wed Jul 1 18:17:50 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D0938992BFA for ; Wed, 1 Jul 2015 18:17:50 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: from mail-la0-x230.google.com (mail-la0-x230.google.com [IPv6:2a00:1450:4010:c03::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77D7020B5; Wed, 1 Jul 2015 18:17:50 +0000 (UTC) (envelope-from kpaasial@gmail.com) Received: by lagc2 with SMTP id c2so46187061lag.3; Wed, 01 Jul 2015 11:17:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aNYZdDs16be3CgwJGyEBbtCqQGsB2nsxJgyTvg+pfiE=; b=s8W3YXpqxqXfLSA+hvsVKelyoVMn78DMQhOVObDkxhvqi8YdUgmsvLPKBMfaGJtF2W +AM66b333EWTorUVBuE/oS02lPbKp2WWzuuUiAYjzi8lzKWvzrSOrMUg73YTtAy7hbHR o5DSWn2cV8kpgWjmzlrlZhXgPieRfvgmPrzvhGMj7EVdIc32Ipyb3mxhcAdIhzvPWkbf CSElBViW9FlM2zCs6Ie/ilu0Ig28Yx9J3xQVFZQZ8yNiWDm+lCYoKWz7erAEgLKxHwkg Ird5Kyi5cfDsnMdvhmINJgOg8tUTK4t41YE/EH7JR1QtMpHLlhSTs3e/VMg/hHeNkJPg 7/Uw== MIME-Version: 1.0 X-Received: by 10.112.12.102 with SMTP id x6mr26983701lbb.80.1435774668625; Wed, 01 Jul 2015 11:17:48 -0700 (PDT) Received: by 10.152.219.35 with HTTP; Wed, 1 Jul 2015 11:17:48 -0700 (PDT) In-Reply-To: <20150701175516.GA809@vps.markoturk.info> References: <20150701175516.GA809@vps.markoturk.info> Date: Wed, 1 Jul 2015 21:17:48 +0300 Message-ID: Subject: Re: Freebsd-version problem From: Kimmo Paasiala To: Marko Turk Cc: "freebsd-stable@freebsd.org" , =?UTF-8?Q?Dag=2DErling_Sm=C3=B8rgrav?= Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2015 18:17:50 -0000 On Wed, Jul 1, 2015 at 8:55 PM, Marko Turk 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