Hi, I
am using GNU Make 3.80. My
operation system is Windows XP. I
got a problem: When
including another make file gnu make behaves differently when the shell used
is sh.exe (of cygwin) and cmd.exe(of MS). I
am trying to generate dependencies and include it in my makefile. Though
I have a rule: %.d
: %.c create
the d file And
another rule Include
xxx.d In
unix like shell gnu make tries to create the .d file (before it includes it)
where in cmd shell it first includes it no matter if it is up to date or not. Why
does it happens and why does make behaves differently using two shells. Kind Regards, Nir Feldman Intel Software Development & Methodologies Team |
_______________________________________________ Bug-make mailing list Bug-make@gnu.org http://lists.gnu.org/mailman/listinfo/bug-make