From owner-svn-src-head@freebsd.org Fri Feb 14 19:34:18 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 04C0323F7CA; Fri, 14 Feb 2020 19:34:18 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: from mail-qk1-f172.google.com (mail-qk1-f172.google.com [209.85.222.172]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48K3V15zgDz45P3; Fri, 14 Feb 2020 19:34:17 +0000 (UTC) (envelope-from byond.lenox@gmail.com) Received: by mail-qk1-f172.google.com with SMTP id z19so10317210qkj.5; Fri, 14 Feb 2020 11:34:17 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=XiVW1WrEWOgWE6221BBk8lMyklEY8ZSjFEAnGXuxupY=; b=UWV/LWSee35Mojao82t8t79GttzTlJgLMeb/ayWZ6Z5XHXbPO7t+fokHjvGVfJElgx Ckze+enHz9/VNfhYkWzZUS+riokU07lVoWSKv6sXQz/Lk/8981Wrf7eHbNNl2nOamqQu m7gxQv87p8Dr4o3mZG8ZOZoTZNlHd3mPMa9aYatOxmNGmEHjA+yJw4NRvHdBPzQ07w+K t+IYe5rFkV5d94T3e+6bqDfhl6OY50TG8o1GkwYUHxBbOzk/xnzvLruqrysBPtWmiMq1 V2ptnaLLCfxtrfHLowDwyOS7yIM8Tjq872CR2RHsbZ6NCA0baYTWPNYoWRWbTHn4T/IT e09Q== X-Gm-Message-State: APjAAAUWa71L8G9dab/q6DeGpLUBW1i9mYfMB5cbwXdloI17cBklX05j UMzHnJdR3SOHMGyJbx/vVCKtxqGF X-Google-Smtp-Source: APXvYqyv/7qtR6EfyHwi6T9Us3WsaN5pYOcT8kMC4xs2bBx02E42PINPcNO/pCtHZQjuINKwBiEykw== X-Received: by 2002:a37:a9d2:: with SMTP id s201mr4092504qke.171.1581708856634; Fri, 14 Feb 2020 11:34:16 -0800 (PST) Received: from mail-qk1-f179.google.com (mail-qk1-f179.google.com. [209.85.222.179]) by smtp.gmail.com with ESMTPSA id a196sm1285993qkg.105.2020.02.14.11.34.16 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 14 Feb 2020 11:34:16 -0800 (PST) Received: by mail-qk1-f179.google.com with SMTP id z19so10317167qkj.5; Fri, 14 Feb 2020 11:34:16 -0800 (PST) X-Received: by 2002:ae9:e10e:: with SMTP id g14mr4238546qkm.430.1581708856108; Fri, 14 Feb 2020 11:34:16 -0800 (PST) MIME-Version: 1.0 References: <202002141931.01EJVO8V028582@repo.freebsd.org> In-Reply-To: <202002141931.01EJVO8V028582@repo.freebsd.org> From: Kyle Evans Date: Fri, 14 Feb 2020 13:34:02 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r357929 - head/etc/mtree To: Dimitry Andric Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 48K3V15zgDz45P3 X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; TAGGED_FROM(0.00)[] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 14 Feb 2020 19:34:18 -0000 On Fri, Feb 14, 2020 at 1:31 PM Dimitry Andric wrote: > > Author: dim > Date: Fri Feb 14 19:31:24 2020 > New Revision: 357929 > URL: https://svnweb.freebsd.org/changeset/base/357929 > > Log: > Remove /usr/include/ssp from BSD.include.dist after r356356 > > This avoids having to delete it every time with "make delete-old". > Ack- thanks!