From owner-svn-src-all@freebsd.org Wed Aug 12 17:07:37 2015 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 5E16899F490; Wed, 12 Aug 2015 17:07:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (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 2BA88FF; Wed, 12 Aug 2015 17:07:37 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by iodv127 with SMTP id v127so10729023iod.3; Wed, 12 Aug 2015 10:07:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=8kswVICkNybMiOvUedVLbEFL8thQ8CVi3+OfM+Luoz0=; b=x5DDy7TN9+p34JLfcMGuVsABAU5r/BnwiSfNaFobcKyZpmmH6zZaqFtzfpM9V2nI9e yaTvtDFqBJZ4QVytxzUZG4tp+g2pSOEcTOGKCYX/nw78w1dCo0lKboYfmMuixvnXrnhX LYqA0kdun+GN+pO3h63owLMi6G3mN7aWusokhCSUXeSJgqtEK2vCHSetAuFKXfdSotO0 +ZQM8H1K3h9ADNEV47kpmY6Xd3ze75Gg+K+zfHbvBPNDOxeUl+MREdO9xdItD061cMWN SNGciNJ22ZADt3hthWOSIfl1FMi6xSQSbjdFOtpqZ8anB5IZ1By6oQ3DsEfFXXK6K4Qy nNzA== X-Received: by 10.107.47.152 with SMTP id v24mr34453014iov.180.1439399256665; Wed, 12 Aug 2015 10:07:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.136.200 with HTTP; Wed, 12 Aug 2015 10:07:10 -0700 (PDT) In-Reply-To: <201508121643.t7CGhGbx025288@repo.freebsd.org> References: <201508121643.t7CGhGbx025288@repo.freebsd.org> From: Ed Maste Date: Wed, 12 Aug 2015 13:07:10 -0400 Message-ID: Subject: Re: svn commit: r286672 - in head: . sys/sys To: Warner Losh Cc: "src-committers@freebsd.org" , "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.20 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, 12 Aug 2015 17:07:37 -0000 On 12 August 2015 at 12:43, Warner Losh wrote: > Only people that installed since r284356 > really need to do this bootstrapping, but since crunchgen needs to > bootstrap for other reasons, bumping the number was the simplest. Perhaps we should always leave the tests as BOOSTRAPPING < value, rather than introducing ranges. It seems to me that building a few small tools even when not necessary isn't a big price to pay for the simplicity.