Issue 77992 - kick PWD workaround when dmake 4.8 is in place
Summary: kick PWD workaround when dmake 4.8 is in place
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: solenv (show other issues)
Version: current
Hardware: All Windows, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@tools
URL:
Keywords:
Depends on: 73918
Blocks:
  Show dependency tree
 
Reported: 2007-05-31 14:42 UTC by hjs
Modified: 2013-08-07 15:34 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description hjs 2007-05-31 14:42:41 UTC
the lines 

PWD:=$(shell +echo %_cwd)

and

.EXPORT : PWD

in wnt/macros.mk are no longer needed when the fix for the underlaying problem
is present.
Comment 1 hjs 2007-05-31 14:45:42 UTC
.
Comment 2 hjs 2007-12-14 15:22:18 UTC
gone
Comment 3 rt 2008-02-27 15:54:13 UTC
    PWD:=$(shell +echo %_cwd)
is gone, i.e. commented out in solenv/inc/startup/wnt/macros.mk
The other one, 
    .EXPORT : PWD
is still there, in the form of 
   .EXPORT : GUWCMD PWD
(macros.mk as of CWS ause084, line 74). Is this as intended?
Comment 4 hjs 2008-02-27 16:46:09 UTC
uhh, that stuff is hard to kill! came back in on a resync...
Comment 5 hjs 2008-02-29 12:30:17 UTC
and gone again
Comment 6 rt 2008-03-03 16:28:38 UTC
great
Comment 7 hjs 2008-03-13 19:19:29 UTC
.