From owner-cvs-src-old@FreeBSD.ORG Sat Apr 16 23:40:51 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3BDAE1065670 for ; Sat, 16 Apr 2011 23:40:51 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A75A8FC16 for ; Sat, 16 Apr 2011 23:40:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3GNepd7052348 for ; Sat, 16 Apr 2011 23:40:51 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3GNepb8052347 for cvs-src-old@freebsd.org; Sat, 16 Apr 2011 23:40:51 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <201104162340.p3GNepb8052347@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 16 Apr 2011 23:38:35 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src Makefile X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Apr 2011 23:40:51 -0000 bz 2011-04-16 23:38:35 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) . Makefile Log: SVN rev 220734 on 2011-04-16 23:38:35Z by bz MFC r220556: If building (custom) FreeBSD images people tend to patch param.h. In case this happens just before the build is started (within the same second) CHECK_TIME actually triggers thinking param.h is in the future (see f_Xtime, c_Xtime logi in find(1) sources for the details in !F_EXACTTIME case). Using the -mtime -0s (seconds, rather than no unit) avoids this 1s race. Revision Changes Path 1.358.2.8 +1 -1 src/Makefile