From owner-svn-src-head@FreeBSD.ORG Wed Oct 17 18:18:24 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B3D6387; Wed, 17 Oct 2012 18:18:24 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id E1E4D8FC12; Wed, 17 Oct 2012 18:18:22 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id n9so10315372oag.13 for ; Wed, 17 Oct 2012 11:18:22 -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=6Yv1QV3NujzC1PBMIYBlwrTTCWJnyeg5AW4qI3MSr3w=; b=0e3cDKxkIQStcUXUzorJYckna8isq3ryx3jNqP8W8deXR5SfFgBGRgZ1IC7DOzpjdT oCWEZdIBcqz487T0qYyUh2FxSYkC68rTZlOzAOyfIqGzo+MUnluZPBDHFNlwwgDHw0tc 4vKv8Y2b4mpr39BnxYTaJP674xB2wE+6QGcWV/MZZ5j5DQKuLlDJCO3yaSLaBZkLkBXE cAdigANU8IUlHBCTmJaFBSX3sPEKtaNnmUPh43B1LKUlzRFwv82w0ReIk0JSWGl+ZQkb J9uq3m2AxiMZIsemgrph8Z1WC84HRkDZDhzmo/4HExgkyOUnapwATqwaqw7JVLNFhPO4 cxjA== MIME-Version: 1.0 Received: by 10.182.54.103 with SMTP id i7mr15860000obp.62.1350497902511; Wed, 17 Oct 2012 11:18:22 -0700 (PDT) Received: by 10.76.167.202 with HTTP; Wed, 17 Oct 2012 11:18:22 -0700 (PDT) In-Reply-To: <507EEDAD.20201@FreeBSD.org> References: <201210171116.q9HBGHHb057721@svn.freebsd.org> <507EE97F.6010905@FreeBSD.org> <507EEDAD.20201@FreeBSD.org> Date: Wed, 17 Oct 2012 11:18:22 -0700 Message-ID: Subject: Re: svn commit: r241629 - in head: . etc/defaults etc/mtree include lib lib/libprocstat rescue/rescue sbin/mount share/examples share/man/man5 share/man/man7 share/mk sys/conf sys/kern sys/modules usr.... From: Garrett Cooper To: Andreas Tobler Content-Type: text/plain; charset=ISO-8859-1 Cc: attilio@freebsd.org, svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 17 Oct 2012 18:18:24 -0000 On Wed, Oct 17, 2012 at 10:41 AM, Andreas Tobler wrote: ... > Just to be sure, am I right to move the part from > tools/build/mk/OptionalObsoleteFiles.inc enclosed in the if MK_NCP == no > to the toplevel ObsoleteFiles.inc without any ifdefs. > Iow, the netncp part should go away. > > Attached my trial. LGTM -Garrett