Issue 70210 - dmake fails on empty dynamic prerequisites
Summary: dmake fails on empty dynamic prerequisites
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.1
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-09 00:18 UTC by quetschke
Modified: 2007-01-23 14:47 UTC (History)
1 user (show)

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


Attachments
Patch for dmake (4.60 KB, patch)
2006-10-09 00:25 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description quetschke 2006-10-09 00:18:49 UTC
The following makefile

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

EMPTYPRQ=

all : $$(EMPTYPRQ)
	echo all
--- makefile.mk ---

fails with:

$ dmake -rf t_emptydynprq1.mk
dmake:  Error: -- `' not found, and can't be made
Comment 1 quetschke 2006-10-09 00:25:44 UTC
Created attachment 39640 [details]
Patch for dmake
Comment 2 quetschke 2006-10-09 00:28:29 UTC
Committed to dmake47.
Comment 3 quetschke 2006-10-09 00:29:01 UTC
Please verify.
Comment 4 hjs 2007-01-17 16:56:43 UTC
.
Comment 5 hjs 2007-01-23 14:47:20 UTC
seen in MWS