From owner-svn-src-all@freebsd.org Fri Mar 4 17:49:12 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 13C339DA576 for ; Fri, 4 Mar 2016 17:49:12 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x234.google.com (mail-qk0-x234.google.com [IPv6:2607:f8b0:400d:c09::234]) (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 D9243638 for ; Fri, 4 Mar 2016 17:49:11 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk0-x234.google.com with SMTP id o6so23834719qkc.2 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=GYCDJH0FrHfK4PuDjRAXdMgAlM6NS22OVRS7EMEeK8CKmKGYnncD7eyHHhaIHZd9/N aFPOcsqWe/iUXoQvSkLC+OqecMZATW5hrurit/D305myYXxTRX1quHmS41qdgV73c4Tb y9LyB94wwzLRMoUW+N9FvUcFgynT5DuYRGdKzcnALcFss5DUec6TQAQA/ycPRB7CorkU noHJoe5itJUQmvvcWYY+NtwR+E1h/VHUsKA0jAKiz/4HRr3v53JQU0F7vYckVW61owfV 6HwYhfZfsD2h7eVFqOEfN1jP9tEKUb3HMMwmMROPNjPRjGYsCMoTv90n+PFah4bdrZ2K iqUg== X-Gm-Message-State: AD7BkJJhFCEqH2jbEbcvH9G8v8JrEaMaBin1RWcOEyq4Je/yNnSRlZr+A5a1wRWWPnvagvThEHSRY+LnxfAvpQ== 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-all@freebsd.org X-Mailman-Version: 2.1.21 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: 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