To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=66567
User vq changed the following:
What |Old value |New value
================================================================================
CC|'' |'shay'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Sep 20 10:32:32 -0700
2006 -------
I committed this to dmake46. Now the warning is only shown if the commandline
switch -v[w] is used.
+++ dmake/rulparse.c 20 Sep 2006 17:26:44 -0000
@@ -1622,7 +1622,8 @@
case 'S':
if( !strncmp( tg, "SOURCE", 6 ) ) DB_RETURN( ST_SOURCE );
else if( !strncmp(tg, "SUFFIXES", 8 )) {
- Warning( "The .SUFFIXES target has no special meaning and is
deprecated." );
+ if (Verbose & V_WARNALL)
+ Warning( "The .SUFFIXES target has no special meaning and is
deprecated." );
DB_RETURN( ST_SOURCE );
}
break;
@ause: You might want to "re-verify" this issue.
---------------------------------------------------------------------
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]