From owner-svn-src-all@freebsd.org Wed Oct 19 21:44:02 2016 Return-Path: Delivered-To: svn-src-all@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 44793C1996B; Wed, 19 Oct 2016 21:44:02 +0000 (UTC) (envelope-from rionda@gmail.com) Received: from mail-qk0-x229.google.com (mail-qk0-x229.google.com [IPv6:2607:f8b0:400d:c09::229]) (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 F1908998; Wed, 19 Oct 2016 21:44:01 +0000 (UTC) (envelope-from rionda@gmail.com) Received: by mail-qk0-x229.google.com with SMTP id z190so61694374qkc.2; Wed, 19 Oct 2016 14:44:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=u//Do35n1OwIHyaZX+vYxd96fsSMbtAKOGjhZHsZljc=; b=aNamfU0WZkrDeWN3QD/5pznywSjy9D0qK5195wyH+97qZWnN34OiEuqISNePCJiMTC 3GGW9UoURAeC5y7quTtCyH3lWp5RiBXrJBRp7TMje6whQqCUT0/ccqpMaRNECH8VqOlv if2eWd7BJ7t7NT/4/vNCaKE23K9jr2A9Haj0VPBFRzbRHLVKAmNfgD+/LxpZf+cpq8TG fR7EZ65wpM8HgQ7bkHnHSh1dF7cXo62QwVK/4Yg0tqKiLYyvM50VWT40imVPFUFup3v7 FjsprhLoL0BoVUUrI3EhHW47Pito+P0au8Y6bXi3585tr7K1v3+UqOfWbi7OeH0VFBhx 38RA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:mime-version:subject:from:in-reply-to :date:cc:content-transfer-encoding:message-id:references:to; bh=u//Do35n1OwIHyaZX+vYxd96fsSMbtAKOGjhZHsZljc=; b=XWEDcG8G77pfx9G7iNiWnu+OApEa6+VOVWRKRhhdEGLhB9XoAhMMRwlXJVxxm0itfF vhwZzMK0u4IardDkj2FAUJXqBKO2bgbLdAEwo5p9Kx7hv/18VCthfwsUQfU1KlSW2+9m kr7Hxpgmf715gz4amnjwEYzDpT4HWj2KlbUMCK0KynmACKmzY+L+RSBdRj7vZv+vvHKp vcB+wKivBzgxnmXMshYWc7hEurAmvnESL5mNe3y7X0Lt27vpz9PQyk+7FrkdNWX2OLPQ skGeZaF5jC8i7nKlOdzAp4j7mzF6oEMn3oK6rqroJ1qTJ8GuE38V1H9vtainSW1RjXt5 EF6w== X-Gm-Message-State: ABUngvc4vkDxAmzxGzBy83+2+0ONXMD3IsUUAHB48HQHcFHn1n83A51C9BX7+14hkmR3Xg== X-Received: by 10.55.200.75 with SMTP id c72mr7752941qkj.85.1476913440916; Wed, 19 Oct 2016 14:44:00 -0700 (PDT) Received: from [172.31.26.254] (gzac12-mdf2-1.aoa.twosigma.com. [208.77.215.155]) by smtp.gmail.com with ESMTPSA id v10sm21914573qkg.20.2016.10.19.14.43.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 19 Oct 2016 14:43:59 -0700 (PDT) Sender: Matteo Riondato Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.0 \(3226\)) Subject: Re: svn commit: r307659 - head/gnu/usr.bin From: Matteo Riondato In-Reply-To: <201610192125.u9JLPxcX050907@repo.freebsd.org> Date: Wed, 19 Oct 2016 17:43:58 -0400 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <69B71206-9305-4A8D-9589-3E9B22914D71@FreeBSD.org> References: <201610192125.u9JLPxcX050907@repo.freebsd.org> To: Ed Maste X-Mailer: Apple Mail (2.3226) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 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: Wed, 19 Oct 2016 21:44:02 -0000 > On Oct 19, 2016, at 5:25 PM, Ed Maste wrote: > > Author: emaste > Date: Wed Oct 19 21:25:59 2016 > New Revision: 307659 > URL: https://svnweb.freebsd.org/changeset/base/307659 > > Log: > Switch gnu/usr.bin/Makefile to SUBDIR.${MK_*} optional subdir style This seems to have broken buildworld with WITHOUT_GPL_DTC=y in src.conf . Matteo