lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Tue, 31 May 2016 12:15:13 -0700
From:	Stephen Hemminger <shemming@...cade.com>
To:	David Ahern <dsa@...ulusnetworks.com>
CC:	<netdev@...r.kernel.org>
Subject: Re: [PATCH v2] Make builds default to quiet mode

On Tue, 24 May 2016 15:04:49 -0700
David Ahern <dsa@...ulusnetworks.com> wrote:

> Similar to the Linux kernel and perf add infrastructure to reduce the
> amount of output tossed to a user during a build. Full build output
> can be obtained with 'make V=1'
> 
> Builds go from:
> 
> make[1]: Leaving directory `/home/dsa/iproute2.git/lib'
> make[1]: Entering directory `/home/dsa/iproute2.git/ip'
> gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE    -c -o ip.o ip.c
> gcc -Wall -Wstrict-prototypes  -Wmissing-prototypes -Wmissing-declarations -Wold-style-definition -Wformat=2 -O2 -I../include -DRESOLVE_HOSTNAMES -DLIBDIR=\"/usr/lib\" -DCONFDIR=\"/etc/iproute2\" -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE    -c -o ipaddress.o ipaddress.c
> 
> to:
> 
> ...
>     AR       libutil.a
> 
> ip
>     CC       ip.o
>     CC       ipaddress.o
> ...
> 
> Signed-off-by: David Ahern <dsa@...ulusnetworks.com>

Looks good applied.


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ