Re: make crashed
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.comp.gnu.make.windows |
|---|---|
| Message-ID | <[email protected]> |
> Date: Tue, 11 May 2010 10:03:30 +0800 > From: starwing <[email protected]> > > all : > echo $(SHELL) > $(MAKE) -C. -f m2 $(MAKEARGS) all > echo ok > > .PHONY : all > > SHELL := $(COMSPEC) > > -include ./*.d > > > and the newest make.exe acted right when i just simply use "make", but if i > executed like this: > E:\>make SHELL=sh > make: Interrupt/Exception caught (code = 0xc0000005, addr = 0x41bd09) > > any one has same problem with me? Can you show a minimal self-contained Makefile that could be used to reproduce this problem? (The above is not self-contained, since the file m2 is missing, and also you didn't say what kind of *.d files you have in the directory you run this.) Also, what kind of port of which Unix shell is your sh.exe? Thanks.