Re: Make on XP - shell selection?
"grischka" <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <00c501c81279$731d4520$eedb90d4@j4f3n1> |
Gary Turner wrote: > It all worked perfectly until I installed a compiler that put a sh > shell on my path. Since then all my makefiles are broken. It is one of gmake's undocumented non-features with SHELL on windows. I don't know who benefits from it but so far nobody dared to document it, either. Maybe an experimental non-feature ;) Certainly it conflicts with the general rule that for makefile portability reasons the SHELL to be used shall not depend on individual environment settings. --- grischka