To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67709
Issue #|67709
Summary|dmake should complain if [ is not the last non-whitesp
|ace char ...
Component|tools
Version|current
Platform|PC
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|dmake
Assigned to|vq
Reported by|vq
------- Additional comments from [EMAIL PROTECTED] Sun Jul 23 16:24:24 -0700
2006 -------
dmake should complain if [ is not the last non-whitespace char in the line that
beginns a group recipe.
Currnetly this:
--- makefile.mk ---
SHELL*:=/bin/sh
SHELLFLAGS*:=-ce
GROUPSHELL*:=/bin/sh
all :
[ This should fail!
echo "Group recipe line"
]
--- makefile.mk ---
works and the text after the [ is just ignored. The man page says:
The second and new format of the recipe block begins the block with the
character '[' (the open group character) in the last non-white space
position of a line, ...
---------------------------------------------------------------------
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]