> Date: Sun, 5 Jun 2005 13:38:00 +0100 > From: [EMAIL PROTECTED] > Cc: emacs-devel@gnu.org > > Redirecting stderr works on COMMAND.COM as far as I recall.
No, it doesn't. "foo 2>bar" is interpreted as `foo' called with an argument `2' and its stdout redirected to `bar'. If you do that with GCC, it complains about a non-existing file `2'. > I'm not sure about 2>&1 though. Definitely doesn't work, but does not prevent compilation, AFAICS. So I think it's safe to commit these changes. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel