[Ns-bugs] [Bug 474] waf output to stderr
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Jan 19 07:48:57 PST 2009
http://www.nsnam.org/bugzilla/show_bug.cgi?id=474
Gustavo J. A. M. Carneiro <gjcarneiro at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gjcarneiro at gmail.com
--- Comment #1 from Gustavo J. A. M. Carneiro <gjcarneiro at gmail.com> 2009-01-19 10:48:57 EDT ---
Hi. I am neutral on this. But if you really care about it you have to
convince upstream WAF maintainer:
http://code.google.com/p/waf/issues/list
Anyway, it's trivial to redirect everything, just:
./waf --run scratch/program >& save.log
Or, if you do not want to use bash extensions:
./waf --run scratch/program > save.log 2>&1
--
Configure bugmail: http://www.nsnam.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Ns-bugs
mailing list