Windows is not case insensitive. It is case randomly sensitive. You can
have files named Makefile and makefile in the same directory. Then "make
-f Makefile" will pick one, and "make -f makefile" will pick the other,
If you remove Makefile, then the two command lines will both pick
makefile. Don't you just love this random behaviour? :-)
HAVE_CASE_INSENSITIVE_FS is only appropriate for thinsg like DOS, which
is truly insensitive.
Regards,
Steve
Ian Butler wrote:
Using the latest windows binary build, there is clearly an issue of case
sensitivity in gnu/msp430 make. Since Windows is case insensitive shouldn't
make have been built with the 'HAVE_CASE_INSENSITIVE_FS' option??
I don't have the sources or means to build it so I'm only guessing a bit?
regards,
Ian