From owner-svn-src-head@FreeBSD.ORG Tue Feb 7 15:19:25 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7208106564A; Tue, 7 Feb 2012 15:19:25 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A1DA48FC14; Tue, 7 Feb 2012 15:19:25 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:a118:e66e:30ea:69c6] (unknown [IPv6:2001:7b8:3a7:0:a118:e66e:30ea:69c6]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id E224B5C59; Tue, 7 Feb 2012 16:19:23 +0100 (CET) Message-ID: <4F3140FA.6070702@FreeBSD.org> Date: Tue, 07 Feb 2012 16:19:22 +0100 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: Konstantin Belousov References: <201202070927.q179R81a078218@svn.freebsd.org> <20120207110729.GB3283@deviant.kiev.zoral.com.ua> In-Reply-To: <20120207110729.GB3283@deviant.kiev.zoral.com.ua> X-Enigmail-Version: 1.3.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r231118 - in head: include/rpc include/rpcsvc lib/libc/rpc lib/libc/yp lib/librpcsvc lib/libypclnt libexec/ypxfr release/picobsd/tinyware/passwd sys/conf sys/modules/kgssapi sys/modules... X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 15:19:26 -0000 On 2012-02-07 12:07, Konstantin Belousov wrote: > On Tue, Feb 07, 2012 at 09:27:08AM +0000, Dimitry Andric wrote: >> Author: dim >> Date: Tue Feb 7 09:27:07 2012 >> New Revision: 231118 >> URL: http://svn.freebsd.org/changeset/base/231118 >> >> Log: >> Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor >> set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp. >> >> MFC after: 1 week > Shouldn't RPCGEN move to share/mk ? Yes, it should probably go in bsd.own.mk, similar to what NetBSD does. The only question is in which section, because unlike NetBSD, we do not really have a separate area for general build tools. I suggest that we put it between the COMPRESS_CMD?= and .if !defined(_WITHOUT_SRCCONF) lines.