To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=48087
User vq changed the following:
What |Old value |New value
================================================================================
Assigned to|vq |hjs
--------------------------------------------------------------------------------
Status|STARTED |NEW
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jun 14 15:45:13 -0700
2006 -------
I added two testcase for the new warnings we now issue:
* Prior to dmake 4.5 only one %-target per target-definition worked reliably.
For something like: `%.a %.b : %.c ; touch [EMAIL PROTECTED] we now issue:
dmake: makefile.mk: line ?: Warning: -- Prior to dmake 4.5 only one
%-target per target-definition worked reliably. Check your makefiles.
It's not very nice to issue a warning for something that now works but
didn't before, but this might help to avoid surprises when older dmakes
are used. This warning might be removed in future versions.
* If %-targets are defined with more than one (not indirect) prerequisite
only the first is used. This is supposed to be fixed at one point but
until this happens we issue a warning that it not working (yet):
dmake: makefile.mk: line ?: Warning: -- More than one prerequisite
for %-target without :| as ruleop. Only the first is currently used.
Check your makefiles!.
Both warnings are mentioned (now) in the dmake manpage.
I didn't add a testcase for the
%.obj :| %.qq '%.xs' '%.h'
echo obj > $*.obj
case as this would freeze the testsuite for older dmakes.
I will create a follow-up issue for the multiple prerequsite bug, but fixing
this might require deeper digging into infer.c and require more time and
shouldn't block a new dmake release.
---------------------------------------------------------------------
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]