> Date: Tue, 11 May 2010 10:03:30 +0800 > From: starwing <weasley...@gmail.com> > > 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. _______________________________________________ Make-w32 mailing list Make-w32@gnu.org http://lists.gnu.org/mailman/listinfo/make-w32