To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74007
------- Additional comments from [EMAIL PROTECTED] Sun Jun 3 16:23:32 +0000
2007 -------
The previous patch introduces a new special macro that can be used to toggle
OOo build specific behavior. If OOOSPECIAL is set (means it begins with y)
the leading ./ of a path will no longer be removed.
The OOOSPECIAL value can be imported with .IMPORT
Example:
- - makefile.mk - -
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
.IMPORT : OOOSPECIAL
./all :
@echo $@
- - - -
This will either echo ./all with OOOSPECIAL=yes or just all if OOOSPECIAL is not
set.
Is OOOSPECIAL a good macro name? Maybe we should call it OOODMAKEMODE?
(The patch also contains some extra clean-up and the normalization of leading
slashes, see issue 78061.)
---------------------------------------------------------------------
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]