To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69742
                 Issue #|69742
                 Summary|Normalize targets in dmakes internal representation
               Component|tools
                 Version|current
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|dmake
             Assigned to|hjs
             Reported by|vq





------- Additional comments from [EMAIL PROTECTED] Thu Sep 21 08:19:54 -0700 
2006 -------
The following makefile demonstrates what I mean.

-- makefile.mk --
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

all : ./try1.xx
        +echo all

try1.xx :
        +echo try1
-- makefile.mk --

Currently this failes with:
dmake:  Error: -- `./try1.xx' not found, and can't be made

This happens because dmake doesn't recognize that ./try1.xx and try1.xx are
equivalent.  Fixing this opens the possibility to teach dmake that under cygwin
/cygdrive/c/foo, c:/foo and even c:\foo are the same. It also covers the
../bar and ..\bar case.

(For case insensitive FS one could even add an option to store everything
normalized to lowercase.)

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