Re: linux-2.6.0-test5/drivers/eisa verbose build failure

From: Adam J. Richter
Date: Sat Sep 20 2003 - 21:56:15 EST


On Sat, 20 Sep 2003 13:29:12 +0200, Sam Ravnborg:
[...]
>The following patch fixes it for me.
>Would you mind trying this and report back.

> Sam

>===== scripts/Makefile.lib 1.20 vs edited =====
>--- 1.20/scripts/Makefile.lib Sun Jun 8 20:06:56 2003
>+++ edited/scripts/Makefile.lib Sat Sep 20 09:11:28 2003
>@@ -225,7 +225,7 @@
>
> # If quiet is set, only print short version of command
>
>-cmd = @$(if $($(quiet)cmd_$(1)),echo ' $($(quiet)cmd_$(1))' &&) $(cmd_$(1))
>+cmd = @$(if $($(quiet)cmd_$(1)),echo ' $(subst ','\'',$($(quiet)cmd_$(1)))' &&) $(cmd_$(1))
>
> # $(call descend,<dir>,<target>)
> # Recursively call a sub-make in <dir> with target <target>

Thank you for the patch. It seems to fix the problem for me.

Adam J. Richter __ ______________ 575 Oroville Road
adam@xxxxxxxxxxxxx \ / Milpitas, California 95035
+1 408 309-6081 | g g d r a s i l United States of America
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/