To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=81296
------- Additional comments from [EMAIL PROTECTED] Thu Sep 6 17:24:30 +0000 2007 ------- I tried the following small testcase, and dmake 4.11 acts actually better than dmake 4.9: - - - t_81296_1.mk - - - SHELL*:=/bin/sh SHELLFLAGS*:=-ce %.dpo : %.c ; @echo Build $@ %.c : %.foo ; @echo Use $< to build $@ all : my.dpo ; @echo Build $@ - - - - - - - First use dmake and make my.foo newer than my.c: $ rm my.* ; touch my.c ; sleep 1 ; touch my.foo $ ./dmake/dmake.exe -rf t_81296_1.mk Use my.foo to build my.c dmake: Warning: -- Target [my.c] was made but the time stamp has not been updated. Build my.dpo Build all As expected, everything gets rebuild (and we even get a warning that my.c has not been updated. Now try it with my.c newer than my.foo: Build my.dpo Build all OK, only my.dpo gets rebuild (gets current time). But if you try dmake 4.9 you will always get: Build my.dpo Build all independent of my.foo being newer or not than my.c --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
