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 09:41:05 -0700 
2006 -------
I didn't check, but do you know when target conditionals are evaluated? See
CONDITIONAL MACROS in the dmake man page. That might work.

If that fails I could convince dmake's runargv() command to skip the execution
of commands if they start with a comment. That would mean the recipe line
would still be created but not executed. Something like this:

all : ; \#$(assign all_local_slo+:=$<)

would trigger the assign but the execution would be inhibited.

Or instead of the coment sign we could just invent a "virtual" nop command, only
known to dmake, any suggestions for the name? __eval__ ?

I have another one ;) Michael proposed that once, we could teach dmake to use
its own (to be implemented) echo command whenever it is not executed in a shell
(intentionally or forced by SHELLMETA because of variables/redirecting/etc.)

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