From owner-svn-src-all@FreeBSD.ORG Thu Aug 29 11:50:40 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 93668543; Thu, 29 Aug 2013 11:50:40 +0000 (UTC) (envelope-from zeising@daemonic.se) Received: from mail.lysator.liu.se (mail.lysator.liu.se [IPv6:2001:6b0:17:f0a0::3]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4484A2FFE; Thu, 29 Aug 2013 11:50:40 +0000 (UTC) Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 468AE4000C; Thu, 29 Aug 2013 13:50:38 +0200 (CEST) Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 3C5214000E; Thu, 29 Aug 2013 13:50:38 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bernadotte.lysator.liu.se X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=AWL autolearn=disabled version=3.3.1 X-Spam-Score: 0.0 Received: from mx.daemonic.se (unknown [94.254.45.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 106584000C; Thu, 29 Aug 2013 13:50:38 +0200 (CEST) Received: from mailscanner.daemonic.se (mailscanner.daemonic.se [IPv6:2001:470:dca9:0:1::6]) by mx.daemonic.se (Postfix) with ESMTPS id 3cQhwF6JXvz8hVm; Thu, 29 Aug 2013 13:50:37 +0200 (CEST) X-Virus-Scanned: amavisd-new at daemonic.se Received: from mx.daemonic.se ([10.1.0.3]) (using TLS with cipher CAMELLIA256-SHA) by mailscanner.daemonic.se (mailscanner.daemonic.se [10.1.0.6]) (amavisd-new, port 10025) with ESMTPS id 30Q_naycSp-k; Thu, 29 Aug 2013 13:50:35 +0200 (CEST) Received: from mail.daemonic.se (mail.daemonic.se [IPv6:2001:470:dca9:0:1::4]) by mx.daemonic.se (Postfix) with ESMTPS id 3cQhwC4Pxyz8hVn; Thu, 29 Aug 2013 13:50:35 +0200 (CEST) Received: from [IPv6:::1] (celes.daemonic.se [IPv6:2001:470:dca9:1::3]) by mail.daemonic.se (Postfix) with ESMTPSA id 3cQhwC2N8qz9Ctj; Thu, 29 Aug 2013 13:50:35 +0200 (CEST) Message-ID: <521F3589.9080201@daemonic.se> Date: Thu, 29 Aug 2013 13:50:33 +0200 From: Niclas Zeising User-Agent: Mutt/1.5.21 MIME-Version: 1.0 To: Andreas Tobler Subject: Re: svn commit: r255018 - head/tools/build/mk References: <201308291140.r7TBejRO076614@svn.freebsd.org> In-Reply-To: <201308291140.r7TBejRO076614@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Antivirus: avast! (VPS 130829-0, 2013-08-29), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV using ClamSMTP Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Aug 2013 11:50:40 -0000 On 2013-08-29 13:40, Andreas Tobler wrote: > Author: andreast > Date: Thu Aug 29 11:40:45 2013 > New Revision: 255018 > URL: http://svnweb.freebsd.org/changeset/base/255018 > > Log: > Remove GNU_PATCH leftover. > > Modified: > head/tools/build/mk/OptionalObsoleteFiles.inc They should probably be moved to ObsoleteFiles.inc instead. Regards! -- Niclas