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





------- Additional comments from [EMAIL PROTECTED] Mon Sep 10 16:08:06 +0000 
2007 -------
I can explain your problem with the circular dependencies. Look at dmake.h:

#define F_VISITED        0x0080         /* target scheduled for make    */
#define F_USED           0x0080         /* used in rulparse.c           */

Ugly, eh? The F_USED is used for the circular dependency check. ;)

I have a new patch for the problem in the making, essentially the same, but
instead of unsetting flags in the middle of a Make() call I want to descent
into the dependencies after an .INCLUDE file was made and remove them then.

This is a little cleaner.

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