This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Top-level Makefile
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Cc: aoliva at redhat dot com, gcc at gcc dot gnu dot org
- Date: Fri, 30 Nov 2001 11:15:47 -0500
- Subject: Re: Top-level Makefile
>>>>> Richard Kenner writes:
Richard> setenv CONFIG_SHELL /usr/local/bin/bash
Richard> setenv SHELL /usr/local/bin/bash
Richard> and reran configure and exactly the same thing happened.
Note that I use
$ make SHELL=/usr/local/bin/bash CONFIG_SHELL=/usr/local/bin/bash ... bootstrap
Setting the appropriate environment variables should be equivalent with
GNU Make, but I am not sure.
David