lkml.org 
[lkml]   [2008]   [Feb]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRe: Linux 2.6.25-rc1
Date
On Monday 11 February 2008, Sam Ravnborg wrote:
> From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001
> From: Sam Ravnborg <sam@ravnborg.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@ravnborg.org>
> Cc: Mike Frysinger <vapier@gentoo.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@gentoo.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[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2008-02-11 17:21    [W:0.201 / U:0.192 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site