[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Make with 4NT as SHELL
From: |
Bill McCarthy |
Subject: |
Make with 4NT as SHELL |
Date: |
Tue, 13 Jun 2006 07:25:30 -0500 |
Hello make-w32,
I'm using the GNU Make version 3.80 and Mingw on WinXP - no
msys. The system boots with comspec set to cmd.exe. When
I'm in a 4NT shell, where I run make, 4NT becomes comspec.
4nt.exe is in my path. Here's a simple makefile:
-------------------------------------
.PHONY: clean
clean:
@echo SHELL = $(SHELL)
@echo COMSPEC = $(COMSPEC)
address@hidden /?
-------------------------------------
If I just type make, the output is:
-------------------------------------
SHELL = sh.exe
COMSPEC = C:\util\4nt\4nt.exe
The help info for CMD's del
-------------------------------------
Running: make SHELL=4nt.exe
-------------------------------------
SHELL = 4nt.exe
COMSPEC = C:\util\4nt\4nt.exe
The help info for CMD's del
-------------------------------------
Everything I've tried thus far, results in CMD.EXE being
used as my SHELL.
Is there a way, that works, to choose the shell desired?
--
Best regards,
Bill
- Make with 4NT as SHELL,
Bill McCarthy <=