Just found an error when use GNUwin32 Make in command line:
gnu make make: Interrupt/Exception caught
My system is Window 7. There are the Make path and the Git path in my system PATH variables.
When I remove git path from PATH variable, there's no error any more on making things.
So my question is :
Is there anyway to avoid this conflict between make and git cmds? Thanks very much~