To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116922
                 Issue #|116922
                 Summary|to-be-m100: mixed mode mktemp template may not be gene
                        |rated
               Component|tools
                 Version|current
                Platform|PC
                     URL|
              OS/Version|Windows, all
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|GNU make
             Assigned to|hjs
             Reported by|tono





------- Additional comments from [email protected] Fri Feb 11 10:28:01 +0000 
2011 -------
The following line is introduced in solenv/gbuild/platform/windows.mk with cws
gnumake3.

gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) -t gbuild.XXXXXX

However, when -t is specified, cygwin mktemp uses environment variable TMPDIR,
if set, even though --tmpdir= is specified in the command line.

I think -t should be removed here. Without -t, --tmpdir= works even if
environment variable TMPDIR is set.

And the last but not the least point to be payed attention is that the
modification for generating mixed mode template should be applied to winmingw.mk
as well.

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