From owner-svn-src-all@FreeBSD.ORG Wed Jul 25 23:27:11 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8C2681065670; Wed, 25 Jul 2012 23:27:11 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 463108FC17; Wed, 25 Jul 2012 23:27:11 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so2349820pbb.13 for ; Wed, 25 Jul 2012 16:27:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=khWWH9IxXNKzuvC0DwJSPAblRxb6fWDmkerN295jcMw=; b=NiiAk9FZoerzqq7phUt0BC3f/q/ieewNH23dRXy8HMUerK4/TL0ywI8GuW8M0U4Ny9 conx8PyU7Uv1dbeOv1apRbAIW4d7COqc/L1tqOOjx8KABaGu5QOgHZKi91P96dpnUxPX 6VPAAoGapv/Bb0aJnGERw8FlraeNVpgClTru6MpNR3NqWD6uoHYVkAe8OhyeLdw7cov9 h4nJ0eUw5OVtyZw6ee0wECMOHZ01VwQc+bGTqvcmFWUZEyFYSoYJ90Oey3F4g3zJzehT EuN0OaSS6k2nJ5lgSNahvrtlPPJdV/ywGf/psE+EOcsTpjYNuw5ZpDWNWmG0OffMVsRe NomA== Received: by 10.68.195.167 with SMTP id if7mr228608pbc.16.1343258831083; Wed, 25 Jul 2012 16:27:11 -0700 (PDT) Received: from [10.65.86.217] (mobile-166-147-093-222.mycingular.net. [166.147.93.222]) by mx.google.com with ESMTPS id ms9sm15240260pbb.43.2012.07.25.16.27.00 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 25 Jul 2012 16:27:09 -0700 (PDT) References: <201207241603.q6OG3Sex048054@svn.freebsd.org> In-Reply-To: <201207241603.q6OG3Sex048054@svn.freebsd.org> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <0FB11763-EC8E-4396-BC4B-1FD2FC516A8C@gmail.com> X-Mailer: iPhone Mail (9B206) From: Garrett Cooper Date: Wed, 25 Jul 2012 16:26:29 -0700 To: "Andrey A. Chernov" Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" Subject: Re: svn commit: r238741 - head/lib/libelf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 25 Jul 2012 23:27:11 -0000 Sent from my iPhone On Jul 24, 2012, at 9:03 AM, "Andrey A. Chernov" wrote: > Author: ache > Date: Tue Jul 24 16:03:28 2012 > New Revision: 238741 > URL: http://svn.freebsd.org/changeset/base/238741 >=20 > Log: > Don't ever build files depending on the directory where they are placed i= n. > It is obvious that its modification time will change with each such file > builded. > This bug cause whole libelf to rebuild itself each second make run > (and relink that files on each first make run) in the loop. A bunch of the sys/boot directories probably need this too..=