To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73996
User vq changed the following:
What |Old value |New value
================================================================================
Status|NEW |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Jan 29 18:40:26 -0800
2007 -------
The previous patch has the desired behavior for "normal" *nix OSs plus it has
some extra handling for the cygwin /cygdrive/X/ case.
I verified that it works as expected with this makefile:
--- makefile ---
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
# The directory we started dmake in was /cygdrive/d/w1/something/
all: a1
@echo Making all with: $?
#a1 .SETDIR=/tmp :
#a1 .SETDIR=/cygdrive/d/temp :
a1 .SETDIR=/cygdrive/c/temp :
@echo Making a1
--- makefile ---
I wont create a testcase as that would depend on the path the testsuite is
executed in.
Commited to dmake48.
---------------------------------------------------------------------
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]