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:	Mon, 11 Feb 2008 11:17:41 -0500
From:	Mike Frysinger <vapier@...too.org>
To:	Sam Ravnborg <sam@...nborg.org>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Linux 2.6.25-rc1

On Monday 11 February 2008, Sam Ravnborg wrote:
> From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001
> From: Sam Ravnborg <sam@...nborg.org>
> Date: Mon, 11 Feb 2008 14:26:26 +0100
> Subject: [PATCH] kbuild: fix make V=1
>
> When make -s support were added to filechk to
> combination created with make V=1 were not
> covered.
> Fix it by explicitly cover this case too.
>
> Signed-off-by: Sam Ravnborg <sam@...nborg.org>
> Cc: Mike Frysinger <vapier@...too.org>

erp, i wondered if there was another case i was missing ... you'll also need 
the attached fixed ...
---
When make -s support was added to compile.h, it broke make V=1.

Signed-off-by: Mike Frysinger <vapier@...too.org>
---
diff --git a/init/Makefile b/init/Makefile
index c5f157c..781f102 100644
--- a/init/Makefile
+++ b/init/Makefile
@@ -26,7 +26,7 @@ $(obj)/version.o: include/linux/compile.h
 # so we regenerate it always.
 # mkcompile_h will make sure to only update the
 # actual file if its content has changed.
-
+       chk_compile.h = :
  quiet_chk_compile.h = echo '  CHK     $@'
 silent_chk_compile.h = :
 include/linux/compile.h: FORCE

Download attachment "signature.asc " of type "application/pgp-signature" (828 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ