From owner-svn-src-stable-8@FreeBSD.ORG Tue Oct 23 19:16:06 2012 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6B8234CA for ; Tue, 23 Oct 2012 19:16:06 +0000 (UTC) (envelope-from mailer-daemon@vniz.net) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id D22898FC12 for ; Tue, 23 Oct 2012 19:16:05 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id b5so760984lbd.13 for ; Tue, 23 Oct 2012 12:16:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=message-id:disposition-notification-to:date:from:user-agent :mime-version:to:cc:subject:references:in-reply-to:openpgp :content-type:content-transfer-encoding:x-gm-message-state; bh=TiKwXfG3XCUHHO7YwY4RbFNwT5KK7lroelcXw35GOFU=; b=NZoqaRhoAgdl616/fSSP5KwbuyqRIjyZ5QTNSdwagOvXaDJ1i5c1zLaA0bZf+o3jhk IUKjzJj51nhDUB7OQU0ij/lD2Ea9SboPPGWPrVBCyexFEf5nkRe522Mzf+Egst3ow3op P2mBVzJR6AA/CqJbxze9nH9hbeLDd6u9oeuvwIH9Jsd159OB7Y2uX3Nz02MKUFIH9hME c8pwGq3UHfZ5azK4Xh3XQ5AXmGL0yTZ+aIJEIsu5cArxOBafJo8PBXNVn1LNnTxSHJxV 8Y5OVyYdbBFz/w9fjtv+RSJJkYCecfdF35ROdTOYU7g4GwsHBCf94vR4rnT94Vk6IEyl J/Qw== Received: by 10.112.102.10 with SMTP id fk10mr5458470lbb.40.1351019764565; Tue, 23 Oct 2012 12:16:04 -0700 (PDT) Received: from [192.168.1.2] ([89.169.140.97]) by mx.google.com with ESMTPS id y10sm4326006lbg.4.2012.10.23.12.16.03 (version=SSLv3 cipher=OTHER); Tue, 23 Oct 2012 12:16:04 -0700 (PDT) Message-ID: <5086ECF5.3050707@freebsd.org> Date: Tue, 23 Oct 2012 23:16:05 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: John Baldwin Subject: Re: svn commit: r241962 - stable/8/sys/conf References: <201210231904.q9NJ4niV036046@svn.freebsd.org> In-Reply-To: <201210231904.q9NJ4niV036046@svn.freebsd.org> OpenPGP: id=964474DD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gm-Message-State: ALoCoQkDZCHvheaCsO9riki5gMMcZJpO1F3rd4Y2ZjjyjF4Jy6o/AhpmQS3dK4kjL1a0eT+DtkHi Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 19:16:06 -0000 On 23.10.2012 23:04, John Baldwin wrote: > Remove attempt to use an empty NORMAL_CTFCONVERT and always fall back to > using a the null "@:" command if CTF is disabled. Thanks for merging. BTW, you can merge make change into branch 8 too and use complex check like that .elif (${MAKE_VERSION} >= 8 && ${MAKE_VERSION} < 9000000000) || ${MAKE_VERSION} >= 9201210220 to keep mk files similar everywhere. I don't know it worth efforts and don't check the make change compatible with branch 8.