Issue 67025

Summary: dmake wrongly complains about .SILENT in %-targets when -vr switch is used
Product: Build Tools Reporter: quetschke
Component: dmakeAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P2 CC: hans-joachim.lankenau, issues
Version: current   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch for dmake none

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
.