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





------- Additional comments from [EMAIL PROTECTED] Wed Jul 19 15:48:54 -0700 
2006 -------
Ok, this works for me:

--- makefile.mk ---
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

al% : ; $(not $(assign ALLDEP=$@))

doit : all
        @+echo "ALLDEP: $(ALLDEP)"
--- makefile.mk ---

$(nil ..) does not work, see issue 67585, but as assign returns the macro name
$(not ..) works as well. This relies on the (undocumented) feature that empty
recipe lines are not executed.

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