Re: 2.4.31 make - path name breakage (perhaps)

From: Keith Owens
Date: Wed Nov 16 2005 - 18:47:01 EST


On Wed, 16 Nov 2005 15:09:04 +0000,
Nick Warne <nick@xxxxxxxxxxx> wrote:
>The reason is due to the untarred path name that includes () I found.
>
>I tested on virgin kernel 2.4.31 with GNU Make version 3.79.1.
>
>top level directory of kernel source as a test:
>
>linux-2.4.31(test)/
>
>And the errors (with a lot removed) - it does a little first then:
>
>> make mrproper
>/bin/sh: -c: line 1: syntax error near unexpected token
>`/home/nick/kernel/linux-2.4.31(t'

Rename the directory to linux-2.4.31-test. The kernel build code
assumes that there are no shell special characters in file names.

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