make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: make crashed


From: Eli Zaretskii
Subject: Re: make crashed
Date: Tue, 11 May 2010 06:03:28 +0300

> Date: Tue, 11 May 2010 10:03:30 +0800
> From: starwing <address@hidden>
> 
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]