> From: "luoyi" <[EMAIL PROTECTED]> > Date: Thu, 27 Apr 2006 13:02:38 +0800 > > F:\maketest>make > type hello > process_begin: CreateProcess((null), type hello, ...) failed. > make (e=2): ....... > make: *** [all] Error 2
I get "The system cannot find the file specified." instead of the non-ASCII string (that I replaced with ellipsis) after "(e=2)". That is, the problem is that Make doesn't find the command "type", and since it is not a shell built-in, it fails. This is expected behavior. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
