%% Doug Shea <[EMAIL PROTECTED]> writes:

  ds> I see. Does that mean that a well-placed "sleep" command somewhere
  ds> in the makefile might make it work? Say, after creating those
  ds> files, hang out for a bit to let the timestamp become sane, and
  ds> then proceed?

Well, yes, but that's a sucky solution as it will slow down your build
by at least double and probably more.

Better would be to go into the GNU make code and fix the W32 section so
it uses the same hack as the DOS section to handle this.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <[EMAIL PROTECTED]>          Find some GNU make tips at:
 http://www.gnu.org                      http://www.paulandlesley.org/gmake/
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist

_______________________________________________
Bug-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-make

Reply via email to