Issue 67025 - dmake wrongly complains about .SILENT in %-targets when -vr switch is used
Summary: dmake wrongly complains about .SILENT in %-targets when -vr switch is used
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 16:36 UTC by quetschke
Modified: 2013-08-07 15:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch for dmake (1.14 KB, application/msword)
2006-07-04 16:54 UTC, quetschke
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2006-07-04 16:36:24 UTC
The following makefile fails with this error when called with -vr :

$ ./dmake/dmake.exe -vr -rf tYYYYY_1.mk all.xx
dmake:  tYYYYY_1.mk:  line 4:  Error: -- A non-%-target must not be mixed with
%-targets, offending target [.SILENT]

---- tYYYYY_1.mk ----
SHELL*:=/bin/sh 
SHELLFLAGS*:=-ce

%.xx .SILENT :
	+echo "xx"
---- tYYYYY_1.mk ----
Comment 1 quetschke 2006-07-04 16:54:53 UTC
Created attachment 37508 [details]
Patch for dmake
Comment 2 quetschke 2006-07-04 16:55:51 UTC
Previous patch fixes this. Will go in next dmake cws.
Comment 3 quetschke 2006-07-10 02:39:51 UTC
Committed the fix and a testcase to CWS dmake46.

Reassigning for verification.
Comment 4 quetschke 2006-07-10 02:40:31 UTC
@ause: Please verify.
Comment 5 hjs 2006-09-14 14:22:21 UTC
.
Comment 6 hjs 2007-01-03 12:10:59 UTC
.