or if using a csh style shell:shell$ ./configure {options} 2>&1 | tee config.out shell$ make all 2>&1 | tee make.out shell$ make install 2>&1 | tee make-install.out
shell% ./configure {options} |& tee config.out shell% make all |& tee make.out shell% make install |& tee make-install.out
No comments:
Post a Comment