[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: alternatives to using */*/*
From: |
Paul D. Smith |
Subject: |
Re: alternatives to using */*/* |
Date: |
Mon, 14 Feb 2005 15:58:50 -0500 |
%% Dan Jacobson <address@hidden> writes:
dj> Not sure if the Make documentation gives alternatives to using e.g.,
dj> latest.txt: * */* */*/* */*/*/* */*/*/*/* */*/*/*/*/* ...; commands
dj> Perhaps
dj> latest:; find . -newer latest.txt ....
FILES := $(shell find . -type f)
latest: $(FILES)
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist