From owner-svn-src-all@freebsd.org Sun Mar 5 23:41:16 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 C811ACFBF03 for ; Sun, 5 Mar 2017 23:41:16 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-io0-x22b.google.com (mail-io0-x22b.google.com [IPv6:2607:f8b0:4001:c06::22b]) (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 A1DE21213 for ; Sun, 5 Mar 2017 23:41:16 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-io0-x22b.google.com with SMTP id f84so102063252ioj.0 for ; Sun, 05 Mar 2017 15:41:16 -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:from:date:message-id :subject:to:cc; bh=CQ8NCCHn25kPCaLoKgJscPLbYPWoy7hZjSczm+15FHg=; b=lMM3HBcSqNuZXXH5kqDPl6gpglSgBOw2BSkzFJfl5ylEawPHQ9x10cX8PJbI89Wn0V UNQ/EzDiQTpcEbUZWQD2MOxe7ceL0mEewutli4dSfiypTV+xFhHqJae6xpQeWVcJGeHV LaYCQ1fZ6II2bWIS9lYLuf7zk9/yIEy7HfUqhHP9SqhSTUNRXDafvoOtcSkK9+NqjUHa /9Dutpce7sI40p4C8FzWa1zoD05IdrOho3lFHEPzhGPN+E1jlXSxsXRVO7rYqC7aGz/W 5rUSSr92sK96u2gn7ytdkMidl8c0dWFk75F1YAFEIJdk5eaXv82TsLWl6b6uY/B4Nc89 bAbQ== 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; bh=CQ8NCCHn25kPCaLoKgJscPLbYPWoy7hZjSczm+15FHg=; b=E8QCNreKrH8V/ARYlgaPVRhUsgbZOCvUQ8X9Qwi3OA79fjvVbS+G5rawKVhLm6eZ4l r5UwtWVyLkX5NZXOyF3SH/raihA7wQGUEFNN7p7DehALPHo9uHbg5jgTJnVW1n+Dv9eM 29TSJfSCjOGGb05Ju+k92RPA5gmn4RhPnS5p61h393RbPc+7poVUPYzOuGnQJZ2RZIwh HIVQ9PWXJdkuL/pezy9uPLER7ToDQ7iNTmDAdqN1l4i763E4zNo0E/5lChHPUYRIRx/M 6onFtW35g1CdxDOBGgoblXn4JnlbhZ5l0RVHd3YbsuStF3xgVoQzIQ5Jrqn1XNovBuqA Z/Rw== X-Gm-Message-State: AMke39mJitOyBWcitHNtKEmsgW5ZDHV9MK5tWYWHGEgXj5d3vUXsgyg1z9ZnBnRRLUj8AvC1aphs7ViBzVFbEA== X-Received: by 10.107.198.193 with SMTP id w184mr12234519iof.19.1488757275537; Sun, 05 Mar 2017 15:41:15 -0800 (PST) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.79.134.129 with HTTP; Sun, 5 Mar 2017 15:41:15 -0800 (PST) X-Originating-IP: [69.53.245.200] In-Reply-To: <201703052116.v25LGoEv072414@repo.freebsd.org> References: <201703052116.v25LGoEv072414@repo.freebsd.org> From: Warner Losh Date: Sun, 5 Mar 2017 16:41:15 -0700 X-Google-Sender-Auth: euayF483Kmv_iemNG73Mcv623Wc Message-ID: Subject: Re: svn commit: r314709 - head To: Bryan Drewery Cc: src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Sun, 05 Mar 2017 23:41:16 -0000 On Sun, Mar 5, 2017 at 2:16 PM, Bryan Drewery wrote: > Author: bdrewery > Date: Sun Mar 5 21:16:50 2017 > New Revision: 314709 > URL: https://svnweb.freebsd.org/changeset/base/314709 > > Log: > Fix bootstrapping mtree after r313404 for older systems. > > r313404 made libnetbsd require sha384.h from libmd. Libmd added it in > r292782. Update BOOTSTRAPPING to account for this. > > Reported by: bde > Reviewed by: ngie > > Modified: > head/Makefile.inc1 > > Modified: head/Makefile.inc1 > ============================================================================== > --- head/Makefile.inc1 Sun Mar 5 19:56:20 2017 (r314708) > +++ head/Makefile.inc1 Sun Mar 5 21:16:50 2017 (r314709) > @@ -1618,10 +1618,12 @@ ${_bt}-usr.bin/m4: ${_bt}-lib/libopenbsd > ${_bt}-usr.bin/lex: ${_bt}-usr.bin/m4 > .endif > > -.if ${BOOTSTRAPPING} < 1000026 > -_nmtree= lib/libnetbsd \ I've been trying to document the bootstrapping stuff inline like # r313404 made libnetbsd require libmd so we know why things are the way they are. Sure, I can chase down a dozen things in the svn logs, but a quick shortcut like that saves a lot of time. Any chance you could do that as well? Warner > +.if ${BOOTSTRAPPING} < 1100093 > +_nmtree= lib/libmd \ > + lib/libnetbsd \ > usr.sbin/nmtree > > +${_bt}-lib/libnetbsd: ${_bt}-lib/libmd > ${_bt}-usr.sbin/nmtree: ${_bt}-lib/libnetbsd > .endif > >