To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64431
                  Issue #:|64431
                  Summary:|dmake: SETDIR for percent targets uses dangling
                          |pointer
                Component:|tools
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|dmake
              Assigned to:|mh
              Reported by:|unistein





------- Additional comments from [EMAIL PROTECTED] Mon Apr 17 02:25:32 -0700 
2006 -------
Example makefile:
-----------------
all .PHONY : sub-{a b}

sub-% .SETDIR=. .PHONY :
        % $(MAKE) do-$*

do-% .PHONY :
        @echo do-$*
-----------------

Whenever a rule for percent target with a SETDIR attribute gets invoked more
than one, dmake quits with this message:

dmake.exe:  Error: -- Unable to change to directory `x\/', target is [sub-b]

The directory part of this message is random, because the directory is
referenced using an already freed pointer.

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