To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=81777
Issue #|81777
Summary|conditional macros for percent rules only work when se
|t after the target definition
Component|tools
Version|680m193
Platform|All
URL|http://www.mail-archive.com/[EMAIL PROTECTED]/m
|sg00781.html
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|dmake
Assigned to|hjs
Reported by|cloph
------- Additional comments from [EMAIL PROTECTED] Thu Sep 20 12:52:59 +0000
2007 -------
Testcase:
foobar ?= VALUE:="plain-rule"
foobar_% ?= VALUE:="percent-rule"
foobar:
echo "value $(VALUE)"
foobar_%:
echo "value $(VALUE)"
running dmake foobar prints "value plain-rule" - but when running dmake
foobar_abc it prints "value " - so the Macro VALUE is not evaluated at
all.
changing the order to be
foobar_%:
echo "value $(VALUE)"
foobar_% ?= VALUE:="percent-rule"
works as expected.
See the URL for the mail to [EMAIL PROTECTED] for reference
---------------------------------------------------------------------
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]