> From: Paul Smith <[EMAIL PROTECTED]>
> Date: Thu, 03 Jul 2008 12:33:27 -0400
> Cc: Make-w32@gnu.org
> 
> So, make has a "fast path" and a "slow path".  It will examine your
> recipe line and if there are any characters in it which are deemed
> "special" (that is, seem to require a full shell to resolve, such as
> shell variables or multiple commands or whatever), then make uses the
> "slow path", which invokes a real shell and passes the command line to
> it.

Right, and in the case in point, the offending feature is redirection.


_______________________________________________
Make-w32 mailing list
Make-w32@gnu.org
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to