Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2007 21:33:36 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127722 for review
Message-ID:  <200710182133.l9ILXa6l014801@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ...



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