To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69821
Issue #|69821
Summary|dmake macro TMD has more problems
Component|tools
Version|current
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|dmake
Assigned to|hjs
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sun Sep 24 15:02:11 -0700
2006 -------
The following two minor problems were not fixed in issue 61170:
1) This makefile:
---
all :
@+echo "TMD:$(TMD):"
---
Results in:
TMD::
but TMD should be '.'.
2) This makefile:
---
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
all .SETDIR=../../test2/aaa :
@+echo "TMD:$(TMD):"
---
Produces the wrong result for TMD in this configuration:
$ mkdir -p test1/aaa
$ mkdir -p test2/aaa
$ cd test1/aaa/ ; dmake.exe -rf ../../t_tmd_2.mk
TMD:../test1:
Correct would be: TMD="../test1/aaa"
---------------------------------------------------------------------
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]