Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 02:07:23 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile
Message-ID:  <201104120209.p3C291SQ095536@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2011-04-12 02:07:23 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  SVN rev 220556 on 2011-04-12 02:07:23Z by bz
  
  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.
  
  Submitted by:   ed (2009-05-03)
  Reviewed by:    cperciva (2009-05-03), emaste
  Tested by:      bz (for almost two years)
  MFC after:      4 days
  
  Revision  Changes    Path
  1.389     +1 -1      src/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104120209.p3C291SQ095536>