To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64795
                  Issue #:|64795
                  Summary:|Mingw version of dmake misses $(shell ..) output
                Component:|tools
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|Windows, all
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P2
             Subcomponent:|dmake
              Assigned to:|vq
              Reported by:|vq





------- Additional comments from [EMAIL PROTECTED] Wed Apr 26 08:08:55 -0700 
2006 -------
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.

---------------------------------------------------------------------
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]

Reply via email to