24 Oct
2010
24 Oct
'10
2:55 p.m.
Hi, On 2010-10-24 16:45, Lukas Fleischer wrote:
On Sun, Oct 24, 2010 at 05:38:35PM +0300, jesse jaara wrote:
I think i miss understoid you, if you wang the output og make to file you can put>/file/path to end if iy ">" won't work since errors are printed to stderr (not stdout) in most cases. "2>" should do the trick. If there are some errors printed to stdout, you could use `make 2>&1>foo`. Yes, that helped. Many thanks!