Martin v. Löwis added the comment:

I see two solutions, both involving to track the newest timestamp that needs to 
pass.
a) touch the file to have a time stamp in the future. make might complain, 
though.
b) sleep until a second has passed, then touch (actually, sleep of 100ms 
multiple times until the time stamp is new enough)

The key issue is that hg touch should use the same comparison as make. So if 
make thinks that something need to be done, hg touch should touch the files.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19106>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to