On Mon, 14 Jul 2008 14:25:11 -0700 "Mark Miesfeld" <[EMAIL PROTECTED]> wrote:
> On Mon, Jul 14, 2008 at 1:12 PM, Moritz Hoffmann <[EMAIL PROTECTED]> wrote: > > > already some time ago I had a look at the build scripts oorexx uses on *nix > > platforms. The primary motivation was to make the building look cleaner by > > reducing the amount of messages written during compiling. > > Moritz, I like the idea of reducing some of the messages if you can. > David is the expert here, so I'll defer to what he thinks. > > For the Linux kernel build, they have reduced the messages so that you > normally just see CC and the name of the file being compiled, plus any > warnings if there are any. Try: > make -s Make will only print the g++ calls, not the shell script stuff around it. This will reduce the output by more than 50% without losing any information... Moritz -- Moritz Hoffmann <[EMAIL PROTECTED]> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
