To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70168


User vq changed the following:

                What    |Old value                 |New value
================================================================================
        Target milestone|---                       |DevTools
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sat Oct  7 11:30:37 -0700 
2006 -------
There was a problem in Make() that repeated the expansion of a prerequisite
until no $ was found anymore - nested macros don't need special treatment,
Expand() takes care of this.

This patch obsoletes the DYNAMICNESTINGLEVEL macro. It's still there but unused.

But even with this patch literal $ characters are problematic. At the Def_cell()
level it's impossible to destinquish between a dynamic prerequisite and a
literal $ in the filename, so targets with $ are not normalized. This is a new
feature anyway, but $ in target definitions should be avoided as this could 
also 
mean a synatx error when trying to use a late expanded macro name as a target.

Currently only a warning is issued, but maybe this should be an Error.

---------------------------------------------------------------------
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]

Reply via email to