Page 1 of 1

how to create a *.log file

Posted: 26. Jan 2010, 12:41
by tasodan
How can I create a build-*.log file?

Re: how to create a *.log file

Posted: 26. Jan 2010, 12:48
by gapan
If you're using slkbuild and you run slkbuild -X one will be created for you anyway. If you're running your own slackbuild/buildscript, you can do it with

Code: Select all

foo.Slackbuild 2>&1 | tee build.log