From owner-svn-src-head@freebsd.org Fri Mar 4 17:49:12 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 1741C9DA577 for ; Fri, 4 Mar 2016 17:49:12 +0000 (UTC) (envelope-from wlosh@bsdimp.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 D90D4635 for ; Fri, 4 Mar 2016 17:49:11 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk0-x229.google.com with SMTP id s68so23783423qkh.3 for ; Fri, 04 Mar 2016 09:49:11 -0800 (PST) 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:date:message-id:subject :from:to:cc; bh=jkhCnoP0qqGuOyiCS3I9sWvImUlCIvNvY6mBAaBni1w=; b=SAAjKBgTYmbTqpOI3N9o64hOQ9waNvaQACQOVFYHV9mojhQk0hlIa4AvHT+5zjNwQM lHTdpyBK+AJgoN6UxMexSNcZXVHqNJNTvG8cMMZwbN6a7CH3gL3DGnaHVkOWn30frR4G HgnvwGzYRI3OCX5FU9eTuJ7p3hfdDUlsPTqWpRK8gLXAop7snTf7mN04Hc7Bv4H2rYTS Co9PHCVeHUg059YqXmi1SacSwoWQ3/+N+T+stSGOl4SOmZMtTaCych+iBzG5zExMWHGk Xh8tPbAwFMWyXzXckqrn7kF48srB6tqoQGi3pkl0b0nJTq0l/TcWJqjQORfqjA9gcLGR gMzQ== 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:date :message-id:subject:from:to:cc; bh=jkhCnoP0qqGuOyiCS3I9sWvImUlCIvNvY6mBAaBni1w=; b=AxFyrljLzONn8xnh2r/ozjeRRvqWjB33b8gt/wtvFPsNNAGDnoqZqC6YiqOww255Rc wpY6rlf+OwgCarT8/BBk5W3CSK1+y/UXybjCeYjR7SXe0/99HjqH6VyqDLghXqkIWSbg /7czHJL5LxgpHTcNE82pshYj4Msj4GsfmWH3p0YioigiRYs1pOCgvI8Eg9uhfAs9Kg2X q0UCSGnrguItxYYmz/exhy7ljfszhT7dYnxqVNmPGF2YaF8a9AfNzIGksg5LIEke4+LG zB31MbjM7f5FIKiD+Dpvw0I9vzId86Aq/KwD4CpoelpCGI8cOCZFw1cu5HGOzBNUb1QB t5RQ== X-Gm-Message-State: AD7BkJLh/mpHdKTn02CTyU+8DL32lIowmr4N6wiTDIqsCx4J6hmxo6LXZP+p59hYszTsw3PIANdFUOmRqGXAsA== MIME-Version: 1.0 X-Received: by 10.55.81.87 with SMTP id f84mr11652494qkb.10.1457113750452; Fri, 04 Mar 2016 09:49:10 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.30.166 with HTTP; Fri, 4 Mar 2016 09:49:10 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: <56D9BB1D.7040300@FreeBSD.org> References: <201603041603.u24G3F3V033038@repo.freebsd.org> <56D9BB1D.7040300@FreeBSD.org> Date: Fri, 4 Mar 2016 10:49:10 -0700 X-Google-Sender-Auth: iPVHyGEMRGzMy8IGbNPqTl8D960 Message-ID: Subject: Re: svn commit: r296387 - head From: Warner Losh To: Bryan Drewery Cc: Ed Maste , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.21 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.21 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, 04 Mar 2016 17:49:12 -0000 On Fri, Mar 4, 2016 at 9:43 AM, Bryan Drewery wrote: > On 3/4/16 8:03 AM, Ed Maste wrote: > > Author: emaste > > Date: Fri Mar 4 16:03:15 2016 > > New Revision: 296387 > > URL: https://svnweb.freebsd.org/changeset/base/296387 > > > > Log: > > Add dd as a bootstrap tool, for status= support > > > > In r295757 I added status=none to buildworld's use of dd, but FreeBSD > > versions before April 2014 lack support. > > > > Modified: > > head/Makefile.inc1 > > > > Modified: head/Makefile.inc1 > > > ============================================================================== > > --- head/Makefile.inc1 Fri Mar 4 15:30:41 2016 (r296386) > > +++ head/Makefile.inc1 Fri Mar 4 16:03:15 2016 (r296387) > > @@ -1471,6 +1471,11 @@ ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libne > > _cat= bin/cat > > .endif > > > > +# r264059 support for status= > > +.if ${BOOTSTRAPPING} < 1100017 > > +_dd= bin/dd > > +.endif > > + > > # r277259 crunchide: Correct 64-bit section header offset > > # r281674 crunchide: always include both 32- and 64-bit ELF support > > # r285986 crunchen: use STRIPBIN rather than STRIP > > @@ -1546,6 +1551,7 @@ bootstrap-tools: .PHONY > > ${_dtc} \ > > ${_awk} \ > > ${_cat} \ > > + ${_dd} \ > > usr.bin/lorder \ > > ${_libopenbsd} \ > > ${_makewhatis} \ > > > > Thanks! > > It's trivial so worth having. We should discuss what our "oldest > supported upgrade" release should be as currently it is 8.1. > We put it to 8.1 based on Juniper wanted it for their operations. Normally we'd set this closer to 9.0 or something. If Juniper no longer needs it, we should move up to 9.0 since that's typically what we've done in the past at this point in the release cycle. Warner