Issue 30751 - dmake prints "echo: No match" on error
Summary: dmake prints "echo: No match" on error
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-26 15:03 UTC by quetschke
Modified: 2006-03-14 21:03 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2004-06-26 15:03:52 UTC
Instead of printing the makefile where it fails dmake prints
  echo: No match
because
in startup/startup.mk:
.ERROR :
	@echo ---* $(MKFILENAME) *---
are quotes missing for unixy OS's.
Comment 1 quetschke 2004-06-26 15:10:23 UTC
committed to cws_src680_ooo20040704.
Comment 2 quetschke 2005-01-07 04:26:09 UTC
works
Comment 3 quetschke 2005-01-07 04:26:21 UTC
close