From owner-p4-projects@FreeBSD.ORG Thu Oct 18 21:33:37 2007 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E9ACE16A420; Thu, 18 Oct 2007 21:33:36 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2EB416A419 for ; Thu, 18 Oct 2007 21:33:36 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 932AA13C4A6 for ; Thu, 18 Oct 2007 21:33:36 +0000 (UTC) (envelope-from jb@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9ILXax1014804 for ; Thu, 18 Oct 2007 21:33:36 GMT (envelope-from jb@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9ILXa6l014801 for perforce@freebsd.org; Thu, 18 Oct 2007 21:33:36 GMT (envelope-from jb@freebsd.org) Date: Thu, 18 Oct 2007 21:33:36 GMT Message-Id: <200710182133.l9ILXa6l014801@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to jb@freebsd.org using -f From: John Birrell To: Perforce Change Reviews Cc: Subject: PERFORCE change 127722 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 21:33:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=127722 Change 127722 by jb@jb_freebsd1 on 2007/10/18 21:33:21 Add a release build tool which is designed to create a specified file with it's modification time set to the most recent modification time of the file/s in the directory trees it is asked to search. latest ${.OBJDIR}/woof /usr/src will look recursively through /usr/src for the most recently updated source file and ${.OBJDIR}/woof will have it's timestamp sent to match it. Obviously, if no source files have changed since the last buildworld, then it's a fair bet that another buildworld isn't required. Affected files ... .. //depot/projects/dtrace/src/newrelease/latest/Makefile#1 add .. //depot/projects/dtrace/src/newrelease/latest/latest.c#1 add Differences ...