To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80368
------- Additional comments from [EMAIL PROTECTED] Mon Sep 17 02:01:05 +0000
2007 -------
ause: Forget the testcase! Well, actually lets just use it for the moment, as it
shows that dmake works better than I thought. For that testcase try:
$ rm -f lev* ; touch lev3blah.txt
$ ./dmake/dmake.exe -rf t_80368_4.mk
That works, dmake uses the (second) path
lev0blah.html <- lev1blah.txt <- lev2blah.txt <- lev3blah.txt
that builds lev0blah.html.
So, what is the problem here? Why the ambiguity with:
../../unxlngi6/misc/UNX/README_en-US.html -->
../../unxlngi6/misc/readme_en-US.html
or
../../unxlngi6/misc/readme_en-US.html.txt
?
Because this is a real ambiguity! See the
$(MISC)$/readme%.html :
and
$(MISC)$/readme%.txt :
rules at the end of readlicense_oo\util\makefile.pmk
Back to you ;) , this is really an ambiguity, the only dmake problem I see is
that %-targets without prerequisites are not shown in the ambiguous inference
chain output.
---------------------------------------------------------------------
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]