Issue 64795 - Mingw version of dmake misses $(shell ..) output
Summary: Mingw version of dmake misses $(shell ..) output
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: dmake (show other issues)
Version: current
Hardware: All Windows, all
: P2 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-26 16:08 UTC by quetschke
Modified: 2013-08-07 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: PATCH
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 2006-04-26 16:08:55 UTC
The MinGW build version (configure style) fails to capture the output of
the $(shell ..) macro:

Example:
SHELL:=cmd.exe 
SHELLFLAGS:=/C

MYVAR=X$(shell +echo ABC)X

all :
	+echo $(MYVAR) > $@

The make.bat build version (.NET200x) works fine.
Comment 1 quetschke 2006-06-13 20:06:59 UTC
Typo in configure.in, fixed in dmake45 and autotool files regenerated.

Reassigning for verification.
Comment 2 quetschke 2006-06-13 20:07:55 UTC
@ause: Please verify.
Comment 3 hjs 2006-06-26 19:27:08 UTC
can see fixed typo; didn't manage to do mingw build yet...
Comment 4 hjs 2006-07-07 15:22:56 UTC
.