From owner-svn-src-head@freebsd.org Thu Jul 7 17:41:47 2016 Return-Path: Delivered-To: svn-src-head@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 2DA95B82A9D; Thu, 7 Jul 2016 17:41:47 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::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 ECA0216A3; Thu, 7 Jul 2016 17:41:46 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-io0-x230.google.com with SMTP id f30so28338261ioj.2; Thu, 07 Jul 2016 10:41:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=ShEgo5gdGuu+9lqpo+U17SqPTWZf8AXl77i2knmjpzs=; b=LMRenEc2LLgwLNHb5Hhke1ZJE4PmUzScm1LZQ9fEaILNHRZHXzDCDApWACHFdFJLrZ 2xRZNh0KdbqAInzZ8zg0lD3ITfrlagsM2v7krKKczPTkAMVRCs3dBuMw8zL1em8rLCQi 3cIftBAgCIHLV0vR6fadC3rBwh6ctE2xLii8bMj5M3JjrrBQp+WbYl1xI1QpBAefpnST ZOW+bCEGJtYYMDXvPhWt83dporol8P+HqaFm3HeVU/Nkq6khL35huH95VBSEcm17jKyh MN6FIdrLI9bcksMphHyy9zyGElxHCBp8g1AYG7U/YSKJtDWlOjzo3jwVkvr3bBR9gcFv XVvw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=ShEgo5gdGuu+9lqpo+U17SqPTWZf8AXl77i2knmjpzs=; b=Su7WT4oMFoew4RwyBuom9xmniXPh9HDJcvhUtOGKICXLm73g8jyIyDp7Aan0pEL3EY eg7w5sA8BJhlvebEESG9ToARXxeRCw0+zfwEZM0Ufv7G6ZXs41Oo0Y0V+Si4wvIMn6Rh FG2mZY/AKaMxHOZzjyrGuj0biAwPutw+MOyhPAOtSyDy1U9hJoT1BnNNtqkVXyWJPeAY rSv8p2CcTQXegT5egK+pJqty/bHydMtmUZMvkarOWbkrit09JQitw+n5pGZNGeC4IVW5 xOv779yQX4kPjf+c2hdJjx4RW0mCvLAlxf5VQLzaolhibG57vsr+HO6SiGevzZBjSK8G 1ccg== X-Gm-Message-State: ALyK8tKN4FA2lDhvRtZgQG/WaGTMqwOZkxnyTs9qKEKFe5H7E2W052cb41aIzu98pGTK8PEtuX2tv78WmN7LWQ== X-Received: by 10.107.159.16 with SMTP id i16mr4090374ioe.29.1467913306192; Thu, 07 Jul 2016 10:41:46 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.6.213 with HTTP; Thu, 7 Jul 2016 10:41:26 -0700 (PDT) In-Reply-To: <201607071525.u67FPE5F002659@repo.freebsd.org> References: <201607071525.u67FPE5F002659@repo.freebsd.org> From: Ed Maste Date: Thu, 7 Jul 2016 13:41:26 -0400 X-Google-Sender-Auth: y1XEkzaAEze3uWVh6tn1wMoyYYY Message-ID: Subject: Re: svn commit: r302391 - head To: Andrew Turner Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 07 Jul 2016 17:41:47 -0000 On 7 July 2016 at 11:25, Andrew Turner wrote: > Author: andrew > Date: Thu Jul 7 15:25:14 2016 > New Revision: 302391 > URL: https://svnweb.freebsd.org/changeset/base/302391 > > Log: > Stop deleting ofwdump.8.gz on arm and arm64 when running make delete-old, > it is installed on these architectures. It's also installed on MIPS.