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





------- Additional comments from [EMAIL PROTECTED] Mon Sep  5 07:27:54 -0700 
2005 -------
Drat!

I know where the problem comes from:
-=-=-=-
aaa:                       (1)
   @foo                    (2)
   @mkdir bar              (3)
   @baz $(shell cd bar)    (4)
-=-=-=-

The _shell_exec stuff is made in a way that it is executed as a separate target.
See the example makefile from "comments from vq Tue Aug 30 20:04:51 -0700 2005".
This means that line 3 from the makefile above might well be executed after the
shell escape is done.

This problem is not introduced by my dmake patch but the latent design flaw was
propably uncoverd by the slightly changed process order.

As a workaround: The freedesktop makefile PACKAGE_RPM should depend on a
separate target that creates $(MISC)$/$(TARGET)$/BUILD. Maybe you should file
an issue about this. 

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