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] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Mar 2015 00:37:35 +0200
From:	Mikko Rapeli <mikko.rapeli@....fi>
To:	Masahiro Yamada <yamada.m@...panasonic.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH 02/45] scripts/headers.sh: add verbose option to make
 calls if defined

On Tue, Feb 17, 2015 at 04:18:59PM +0900, Masahiro Yamada wrote:
> 
> On Tue, 17 Feb 2015 00:05:05 +0100
> Mikko Rapeli <mikko.rapeli@....fi> wrote:
> 
> > Useful when debugging the scripts.
> > 
> > Signed-off-by: Mikko Rapeli <mikko.rapeli@....fi>
> > ---
> >  scripts/headers.sh | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/scripts/headers.sh b/scripts/headers.sh
> > index 95ece06..aa62fd8 100755
> > --- a/scripts/headers.sh
> > +++ b/scripts/headers.sh
> > @@ -7,7 +7,7 @@ set -e
> >  do_command()
> >  {
> >  	if [ -f ${srctree}/arch/$2/include/asm/Kbuild ]; then
> > -		make ARCH=$2 KBUILD_HEADERS=$1 headers_$1
> > +		make V=$KBUILD_VERBOSE ARCH=$2 KBUILD_HEADERS=$1 headers_$1
> >  	else
> >  		printf "Ignoring arch: %s\n" ${arch}
> >  	fi
> > -- 
> 
> 
> KBUILD_VERBOSE is already exported.
> 
> Why do you need to set V=... again here?

You're right, I'll drop this too. Thanks for the review!

-Mikko
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ