|
Steve Bliss wrote:
> One problem with make is that sometimes, the image file will be based on an
> outdated DAT, but the image will still have a more recent datestamp than the
> current DAT. And make can't deal with that (unless someone changed make and
> didn't tell me).
This is kludgy but might work. Details left as an exercise. Your problem
is that what you want is to know when a file is *new to YOU* not what
it's timestamp is.
Keep two complete sets of .dat files. One is an image of the state of
files, but with timestamps preserved. The other one is an image, but
with timestamps as of when YOU received them.
Every time you get an update, use touch or something similar to make the
files in the update have the date that you received them (on a copy).
Apply the original update to your original image. Apply the touched
update to your "as received" image.
Now let make dependency analysis use the "as received" directory to work
from and bob's your uncle.
I think.
--
Larry Pieniazek larryp@novera.com http://my.voyager.net/lar
- - - Web Application Integration! http://www.novera.com
fund Lugnet(tm): http://www.ebates.com/ ref: lar, 1/2 $$ to lugnet.
NOTE: Soon to be lpieniazek@tsisoft.com :-)
|
|
Message has 1 Reply:
Message is in Reply To:
32 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|