To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=73918 Issue #|73918 Summary|Mark some internal dmake macros as precious Component|tools Version|current Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|dmake Assigned to|vq Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Fri Jan 26 10:18:14 -0800 2007 ------- Dmake internally allows to treat macros as precious. They can only be overridden if the force operator ! is used. The internal macros PWD, MAKEDIR and TMD are currently overridable by the user even though that doesn't make sense as they are redefined during the runtime. Setting them can only confuse dmake. See issue 61212 as an example. Ideally there should be a new macro property M_INTERNAL or so marking macros that are never ever to be overridden by the user as currently you still can force a new value on M_PRECOIUS macros but marking them as precious shall be good enough for now. --------------------------------------------------------------------- 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]
