To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=70027 Issue #|70027 Summary|Filename and line missing if makefile error is on last | line Component|tools Version|current Platform|All 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 Oct 1 12:55:35 -0700 2006 ------- Try the following example: --- makefile.mk --- SHELL*:=/bin/sh SHELLFLAGS*:=-ce all : +echo allA all : +echo allB --- makefile.mk --- You will get: dmake: Error: -- Multiply defined recipe for target all Add another target at the end and the error message will be a lot more usefull: dmake: t_errorline.mk: line 10: Error: -- Multiply defined recipe for target all Fix: In Parse() move the Closefile() behind the Bind_rules_to_targets(). --------------------------------------------------------------------- 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]