To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54938
                  Issue #:|54938
                  Summary:|dmake fails to wait for completion of infered
                          |.INCLUDE files
                Component:|tools
                  Version:|680m130
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|dmake
              Assigned to:|vq
              Reported by:|vq





------- Additional comments from [EMAIL PROTECTED] Wed Sep 21 17:51:50 -0700 
2005 -------
dmake fails to wait for completion of infered .INCLUDE files if the infered
target itself is depending on a target.

This example
- - - snip - - -
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

mkfile : mkfile1
        [EMAIL PROTECTED] AA:=123 > $@

mkfile1 :
        +sleep 1
        [EMAIL PROTECTED] 1234 > $@

.INCLUDE : mkfile

all :
        +echo aa:$(AA):bb

- - - snip - - -
fails when called like this:

$ rm -f mkfile* ; dmake.exe -r -P2 all

I the "mkfile1" dependency is removed from mkfile the .INCLUDE waits for
the completion.

(Problem: The global variable Wait_for_completion in dmake gets overwritten
when making a target.)

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