tech-toolchain archive

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

Re: Noisy ./build.sh with -N0



Hello,

Excuse me but for some reason I had no reply to this mail in my mailbox... and I can see only your response at the mailing-list.

Here is my output:

===> build.sh command:    ./build.sh -j8 -N0 -O /tmp/netbsd-tmp -U tools
===> build.sh started:    Sun Dec  7 13:12:51 UTC 2014
===> NetBSD version:      6.99.47
===> MACHINE:             amd64
===> MACHINE_ARCH:        x86_64
===> Build platform:      NetBSD 7.99.1 amd64
===> HOST_SH:             /bin/sh
===> No $TOOLDIR/bin/nbmake, needs building.
===> Bootstrapping nbmake
checking for sh... /bin/sh
checking for gcc... cc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking how to run the C preprocessor... cc -E
checking for regex.h... yes
checking for poll.h... yes
checking for regfree in -lregex... no
checking for library containing regfree... none required
checking for setenv... yes
checking for strdup... yes
checking for strerror... yes
checking for strftime... yes
[...]

It starts with building several tools with full log of ./configure && make... is it on purpose that -N0 doesn't make it silent? I do almost daily builds at a remote host and this link noise is undesired (also no gain with it).

There are walk-arounds of redirecting this to /dev/null or a file at tmpfs thought... but I don't want to kill all output. I would prefer to see output similar to this:
[...]
obj ===> tools/zic
obj ===> tools/stat
obj ===> tools/config
obj ===> tools/groff
obj ===> tools/mandoc
cleandir ===> host-mkdep
cleandir ===> binstall
cleandir ===> compat
cleandir ===> mktemp
[...]

With sole information what was done and only in case of error output it to stdout/stderr.


Home | Main Index | Thread Index | Old Index