From owner-svn-src-all@FreeBSD.ORG Thu May 30 15:52:16 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 384E81E0; Thu, 30 May 2013 15:52:16 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pb0-x235.google.com (mail-pb0-x235.google.com [IPv6:2607:f8b0:400e:c01::235]) by mx1.freebsd.org (Postfix) with ESMTP id F1FF5138; Thu, 30 May 2013 15:52:15 +0000 (UTC) Received: by mail-pb0-f53.google.com with SMTP id un4so585417pbc.26 for ; Thu, 30 May 2013 08:52:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=ahp5jJUEAx2MRG0/urXVELdcD9od1QqbqAGYhNyQAIw=; b=YA/4th1xIUzBHhZy9ytK3FRbGty3LQV/kBuwRVwZlXmahafGnViMxK7leYNDRJihoL LOyhZsbMUnY4VqDgmuq9hC96LwwDG0Er3KdiFLwf1avbWyCHVkypGVrv+oCwVhPz+0RH TYqhJzYN3FwLaG8WliH35YjLRhg/y401rI4qSkZMPgdYTScH74NefgRUgTOMg5mdt8qA hjd7BxJBShgKhCqIrwteR57QDfM42wuIUvAw1ob4F4LC1ekHfKzWIwzVCARyOl2hfzeF lCdTnHlM0qm4tpNliCvGn/qN38lefCAnGqc44LfmprFj3Dh3lczGSWBZtFmfexaAqUz/ DuXA== X-Received: by 10.66.134.41 with SMTP id ph9mr9258485pab.150.1369929135823; Thu, 30 May 2013 08:52:15 -0700 (PDT) Received: from [192.168.20.5] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPSA id bs2sm45369325pad.17.2013.05.30.08.52.12 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 30 May 2013 08:52:14 -0700 (PDT) Subject: Re: svn commit: r251140 - head Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: <20130530155025.GD3047@kib.kiev.ua> Date: Thu, 30 May 2013 08:52:10 -0700 Content-Transfer-Encoding: 7bit Message-Id: References: <201305301409.r4UE9wSP009396@svn.freebsd.org> <201305301053.23282.jhb@freebsd.org> <20130530152933.GB36644@lor.one-eyed-alien.net> <20130530153750.GB3047@kib.kiev.ua> <20130530154528.GC36644@lor.one-eyed-alien.net> <20130530155025.GD3047@kib.kiev.ua> To: Konstantin Belousov X-Mailer: Apple Mail (2.1283) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Brooks Davis , src-committers@freebsd.org, John Baldwin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 30 May 2013 15:52:16 -0000 On May 30, 2013, at 8:50 AM, Konstantin Belousov wrote: > On Thu, May 30, 2013 at 10:45:28AM -0500, Brooks Davis wrote: >> On Thu, May 30, 2013 at 06:37:51PM +0300, Konstantin Belousov wrote: >>> I disagree with the statement about the useless, at least for WORLDTMP >>> it saves the full buildworld when a change in the usermode headers is >>> done during the development. E.g., changing include/* or sys/sys/* >>> still allows to build libc with buildenv, instead of spending 40+ >>> minutes on the buildworld. >> >> Ok, that's fair. I won't touch the includes bits. I seriously doubt >> 40+ minutes given that -DNO_CLEAN should work fine in such a case. > -DNO_CLEAN have very strange failure modes, esp. recently. How "recent" is "recently", e.g. after the fmake -> bmake migration? Cheers, -Garrett