Re: Chapter 6's Glibc make check

2006-05-28 Thread Vladimir A. Pavlov
Gerard Beekmans wrote: > The following command in chapter 6's glibc: > > make -k check >glibc-check-log 2>&1 > > Could stand with a bit of modification so it outputs to both the > screen as well as the log file. As it is, there is no output on the > screen at all, which is so unlike any other

Re: Chapter 6's Glibc make check

2006-05-27 Thread Gerard Beekmans
Randy McMurchy wrote: It can only slow you down (sometimes significantly), and there is I tend to look at things from the other way around: if you are one of few who is slowed down by this (remote builds), then you probably make other changes already since most every single other command in t

Re: Chapter 6's Glibc make check

2006-05-27 Thread Randy McMurchy
Gerard Beekmans wrote these words on 05/27/06 19:48 CST: > Could stand with a bit of modification so it outputs to both the screen > as well as the log file. As it is, there is no output on the screen at > all, which is so unlike any other make and make check run from the book. I'll agree that

Chapter 6's Glibc make check

2006-05-27 Thread Gerard Beekmans
The following command in chapter 6's glibc: make -k check >glibc-check-log 2>&1 Could stand with a bit of modification so it outputs to both the screen as well as the log file. As it is, there is no output on the screen at all, which is so unlike any other make and make check run from