From owner-svn-src-head@FreeBSD.ORG Thu Jul 26 15:38:22 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B72E8106564A; Thu, 26 Jul 2012 15:38:22 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5204B8FC08; Thu, 26 Jul 2012 15:38:22 +0000 (UTC) Received: by obbun3 with SMTP id un3so3684875obb.13 for ; Thu, 26 Jul 2012 08:38:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=aVNfZdAG29x9ONEewrBbxCelVKFtdkCwULKhYCKARL0=; b=oR+gpUTBWCaHdTbHtiQ+HZjAu4CQrpMNvD6uP00vvFqMq6paAdyL+oSzRJIqT3rZFQ tAfeUcwfClV97qYtKjPb/IbaTBzMUyy74jTc+jPQ0gE0vQAlm8MqkXT3FU7zY+DkJxRt 3JRB9gANqn4UoQK7VjKkgBGMmZm4AU1Fh1SKgmfAJq1hgEbMwa7+HGFDPqVVQ3xPdDx4 iNJkexDQMWKhYJVxETkTDbmOj8krWbeo9w9pFUHokLBwlpopxTZkXuPglIqDHgwgt4nN tz3nS9TlifxP0c0xU2ja5/oGtWdfkSPvwT6RbxsGA8rGGrLJd/GdUG3Aoq1nkaFZZKTb Jxwg== MIME-Version: 1.0 Received: by 10.182.39.39 with SMTP id m7mr42457437obk.20.1343317101674; Thu, 26 Jul 2012 08:38:21 -0700 (PDT) Received: by 10.76.84.7 with HTTP; Thu, 26 Jul 2012 08:38:21 -0700 (PDT) In-Reply-To: <20120726101305.GA61029@vniz.net> References: <201207241603.q6OG3Sex048054@svn.freebsd.org> <0FB11763-EC8E-4396-BC4B-1FD2FC516A8C@gmail.com> <20120726101305.GA61029@vniz.net> Date: Thu, 26 Jul 2012 08:38:21 -0700 Message-ID: From: Garrett Cooper To: Andrey Chernov , Garrett Cooper , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: svn commit: r238741 - head/lib/libelf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 26 Jul 2012 15:38:22 -0000 On Thu, Jul 26, 2012 at 3:13 AM, Andrey Chernov wrote: > On Wed, Jul 25, 2012 at 04:26:29PM -0700, Garrett Cooper wrote: >> >> A bunch of the sys/boot directories probably need this too.. > > Two of them (ficl and zfs) just fixed in r238795. If I miss some others, > point me to. Pretty sure ficl was the big one, but I'll keep my eyes peeled for the others. Basically, if you update your source tree and something gets touched under /sys/boot and you run make buildworld -DNO_CLEAN, 9 times out of 10 you have to cd into the directories and run `make obj depend all` because the loader files are `missing`. -Garrett