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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 26 Jun 2012 12:40:56 +0200
From:	Michal Marek <mmarek@...e.cz>
To:	Sam Ravnborg <sam@...nborg.org>
Cc:	linux-kbuild <linux-kbuild@...r.kernel.org>,
	lkml <linux-kernel@...r.kernel.org>,
	Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>
Subject: Re: [PATCH 8/8] kbuild: remove useless warning

On 5.5.2012 10:18, Sam Ravnborg wrote:
>  ifneq ($(KCPPFLAGS),)
> -        $(call warn-assign,CPPFLAGS)
>          KBUILD_CPPFLAGS += $(KCPPFLAGS)
>  endif
>  ifneq ($(KAFLAGS),)
> -        $(call warn-assign,AFLAGS)
>          KBUILD_AFLAGS += $(KAFLAGS)
>  endif
>  ifneq ($(KCFLAGS),)
> -        $(call warn-assign,CFLAGS)
>          KBUILD_CFLAGS += $(KCFLAGS)
>  endif

The tests for non-empty can be dropped now.

Michal

--
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