Stderr Redirection

Sample:

 # make > build.log 2>&1

This works for ksh, but not for tcsh.