%% Dan Jacobson <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>          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


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to