This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: What does PWD = $${PWDCMD-pwd} do in make?


"Zack Weinberg" <zack@codesourcery.com> writes:

> I don't think there's any reason why we couldn't change this to read
> 
> PWDCMD = $${PWDCMD-pwd}
> 
> and change all uses of ${PWD} to ${PWDCMD}.  Anyone know different?

See the patch submission

	http://gcc.gnu.org/ml/gcc-patches/2002-05/msg01293.html

and the comments in both toplevel and gcc Makefile.in.

	Rainer

-- 
-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]