Issue 77992

Summary: kick PWD workaround when dmake 4.8 is in place
Product: Build Tools Reporter: hjs <hans-joachim.lankenau>
Component: solenvAssignee: hjs <hans-joachim.lankenau>
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: issues, quetschke
Version: current   
Target Milestone: ---   
Hardware: All   
OS: Windows, all   
Issue Type: TASK Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on: 73918    
Issue Blocks:    

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
.