Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Problems to make vdr with DVD=1



"Rienecker, Fa. Evenio, ITS P, M" <C.Rienecker@deutschepost.de> wrote:

> Errors and Warning are supposed to be in stderr not stdout
> Therefore use
> "make > out.txt 2> error.txt"
> 
> Or if you want all in one file
> 
> "make > out.txt 2>&1"

or even shorter: "make &> out.txt"

:-P




Home | Main Index | Thread Index