From owner-svn-src-head@freebsd.org Wed Mar 15 18:35:48 2017 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 185E8D0E775 for ; Wed, 15 Mar 2017 18:35:48 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x231.google.com (mail-io0-x231.google.com [IPv6:2607:f8b0:4001:c06::231]) (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 D323D1AEB for ; Wed, 15 Mar 2017 18:35:47 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x231.google.com with SMTP id z13so26480941iof.2 for ; Wed, 15 Mar 2017 11:35:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=FpZPJJ+1WC561+aGKER2bfsa7gFzjYfZS+Yo5oBUa/k=; b=tN5WICbd2+gdTwL7sKKrSHmrKrJFB+vfR2iPPa9leQDUSACJ6VywBHCAwdq06BFm77 W1A7OsZfuWzeLPE8VCSEtu5u0T32VPD0P6IVbd9NPkww7QJPfJ59hCIfvMbn8RCtL7/L 1tbK9qgzZFd1M7vVmIYUPKNb8hV0djzvJQsCtCtBT6t2kHzIXcM2fqtMH80wKcjBL/S0 SMacu6RUQNqWULXbs5U+MtJ7+QJ7wehActmR5Iuw/CZUVuZwFzb0sH8NNfhKBWTV2nvS sOi3qMlTsIVq0o1dqx0qlLdunsVMpMdA6GT5sTywm3qW7m1/yBSKb1xx2sChuomYdwZe B7AA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=FpZPJJ+1WC561+aGKER2bfsa7gFzjYfZS+Yo5oBUa/k=; b=SRG3eCKtnY0HrnOGkySXwTP0atQdt5JKifvl4J5Qk8xMe8bVyNgX8YDels9I192jSR 4H4IYILaJEvETt5wMnG86OxSKh5uaY5AbueSM8WTtjgaEHyKh6NmZ9HggqTZSOT7GK6F BBJcaRLZKOLL67X0MczIhtbsBEMdFAjLfeaAvuBZzIICXmZ0wUkqRtjEMXNhCmgXpuYj bQCGD+qfIEpY5gmT+ikHzp8UU9QR2INfumolErRP3cf/OhFHAVtM68zSSnV7oP90UVNn FfqJ0bafnu70UdA1Pzwb6TuRVqBexQXHoQUay7Ct4Vfto+8+YVa2aKxvXRu+vzhFVSO5 O0Nw== X-Gm-Message-State: AFeK/H3I5gUqthhoBSCEF2JeYDa/yYDVduzsbElTYd83MfnGU5gtA+g3/ArmgBoMWpfaZDfohT9qBSrIF6ErEQ== X-Received: by 10.107.174.220 with SMTP id n89mr7087707ioo.166.1489602947161; Wed, 15 Mar 2017 11:35:47 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.129 with HTTP; Wed, 15 Mar 2017 11:35:46 -0700 (PDT) X-Originating-IP: [50.253.99.174] In-Reply-To: References: <201703151616.v2FGGU8N029774@repo.freebsd.org> From: Warner Losh Date: Wed, 15 Mar 2017 12:35:46 -0600 X-Google-Sender-Auth: ZN2xaeYbjIpZ5aI0qZVjZpM0GsI Message-ID: Subject: Re: svn commit: r315311 - head/usr.sbin/makefs To: Ed Maste Cc: "Ngie Cooper (yaneurabeya)" , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 15 Mar 2017 18:35:48 -0000 On Wed, Mar 15, 2017 at 12:33 PM, Ed Maste wrote: > On 15 March 2017 at 13:32, Ngie Cooper (yaneurabeya) > wrote: >> >> Hi Ed, >> I agree with the change, but doesn=E2=80=99t this break backward= s compatibility in FreeBSD? > > Not really: the 'd' option only appeared as of r315304 earlier today. > > The options are documented in makefs(8), although the single-letter > aliases are not. I'll try to work with NetBSD folks to rectify that. But I put thousands of hours into my build system that depends on it since you committed it earlier today! Down with incompatibility. :P Warner