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: Sequential build of libjava


I want to be clear: the problem only appears if you change the shell
that _make_ is using, by setting "SHELL = /bin/csh" or whatever _inside
your makefile_.

The shell that you are using when you _invoke_ make has no relevance
whatsoever: make never uses the user's shell when it invokes commands.
That would be disastrous!


I don't know for sure, but I sincerely doubt that anyone has set SHELL
to a C shell variant in the GCC makefiles!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <psmith@gnu.org>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist


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