To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85136
------- Additional comments from [EMAIL PROTECTED] Thu Feb 7 15:49:26 +0000
2008 -------
Hmm, I only checked if $(ABSMAKECMD) and $(MAKESTARTUP) were set to the right
value and kept the $, but dmake was doing a little more behind our backs.
The previous two patches (committed) take care of this and I verified that I
now actually can run the following makefile with dmake being installed to a path
that has a $ in it.
-- makefile.mk --
SHELL:=cmd.exe
SHELLFLAGS:=/S /C
all :
@echo AXXA
@echo ABSMAKECMD:$(ABSMAKECMD)A
@echo MAKESTARTUP:$(MAKESTARTUP):A
-- makefile.mk --
$ ./dmake/dmake.exe
AXXA
ABSMAKECMD:d:\w1\cws_src680_dmake412\mingw$\dmake\dmake.exeA
MAKESTARTUP:d:\w1\cws_src680_dmake412\mingw$\dmake\startup\startup.mk:A
Please check again.
---------------------------------------------------------------------
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]