To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61170
User vq changed the following:
What |Old value |New value
================================================================================
CC|'hjs' |'hjs,shay'
--------------------------------------------------------------------------------
Status|RESOLVED |REOPENED
--------------------------------------------------------------------------------
Resolution|FIXED |
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Feb 3 11:05:38 -0800
2006 -------
Regression testing by Steve found an inconsistency.
The old $(TMD) results always had a trailing slash / after .. but no slash after
real directory names.
The current implementation never has a trailing slash (this breaks the main
dmake bootstrap makefile dmake/makefile.mk) but also points out a problem:
You cannot use $(TMD)/somefile as this results in the absolute path /somefile
if $(PWD)=$(MAKEDIR). Always adding a slash if $(TMD)!="" is an option but not
consistent with the path representation in PWD or MAKEDIR.
Solution: Set TMD=. if $(PWD)=$(MAKEDIR).
---------------------------------------------------------------------
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]