|
From: | Scott Merz |
Subject: | RE: Shell commands in makefile not working (running Windows XP) |
Date: | Wed, 13 Aug 2003 10:03:59 -0700 |
Did you invoke make with the –e option to get that to work?
So by fully qualified you mean no Environment variables in the file path? i.e. SHELL=%SystemRoot%\win32\cmd.exe would be WRONG
And SHELL=C:\Windows\win32\cmd.exe would be CORRECT??
I’m going to try that now…thanks a bunch
-Scott The Insitu Group address@hidden
-----Original Message-----
I found that putting a fully qualified path into SHELL= did get make to use cmd.exe again. |
[Prev in Thread] | Current Thread | [Next in Thread] |