On Monday 11 February 2008, Sam Ravnborg wrote: > From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <[EMAIL PROTECTED]> > 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 <[EMAIL PROTECTED]> > Cc: Mike Frysinger <[EMAIL PROTECTED]>
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 <[EMAIL PROTECTED]> --- 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
signature.asc
Description: This is a digitally signed message part.