To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66509
User vq changed the following:
What |Old value |New value
================================================================================
CC|'' |'vq'
--------------------------------------------------------------------------------
Assigned to|vq |hjs
--------------------------------------------------------------------------------
Ever confirmed| |1
--------------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
--------------------------------------------------------------------------------
Target milestone|--- |DevTools
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jun 16 13:34:55 -0700
2006 -------
.MKDIR is not a special target and as such would be evaluated as an AUGMAKE
meta target. This was obviously a bug here. Committed the following patch to
dmake45.
+++ dmake/makefile.mk 16 Jun 2006 20:31:38 -0000
@@ -116,7 +116,7 @@
uuencode dmake.Z dmake.Z >dmake.uue
/bin/rm -f dmake.Z
-template.mk ".SETDIR=$(ENVDIR)" .USESHELL .MKDIR : $$(TMD)/startup/template.mk
+template.mk ".SETDIR=$(ENVDIR)" .USESHELL : $$(TMD)/startup/template.mk
cat $< |\
sed -e 's/xxOSxx/$(OS)/' |\
sed -e 's/xxOSRELEASExx/$(OSRELEASE)/' |\
---------------------------------------------------------------------
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]