From owner-svn-src-all@freebsd.org Wed Apr 19 22:31:46 2017 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 5C1CED46321; Wed, 19 Apr 2017 22:31:46 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [192.108.105.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "StartCom Class 2 IV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 40B23FC7; Wed, 19 Apr 2017 22:31:45 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (bones.soaustin.net [192.108.105.22]) by mail.soaustin.net (Postfix) with ESMTPSA id 17EDD5FE; Wed, 19 Apr 2017 17:31:39 -0500 (CDT) Date: Wed, 19 Apr 2017 17:31:38 -0500 From: Mark Linimon To: Warner Losh Cc: rgrimes@freebsd.org, src-committers , John Baldwin , "svn-src-all@freebsd.org" , Eric van Gyzen , Slawa Olhovchenkov , "svn-src-head@freebsd.org" Subject: Re: svn commit: r317094 - head/share/mk Message-ID: <20170419223137.GA29669@lonesome.com> References: <201704192218.v3JMIYtS032774@pdx.rh.CN85.dnsmgr.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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 Apr 2017 22:31:46 -0000 At this point is there anything that the gdb port does not do, that the base version does? I know a lot of work has gone into making it a strict superset. mcl