Re: [KBUILD] md/raid6 breaks separate source/object tree

From: sam
Date: Sat Jan 24 2004 - 07:28:13 EST


Date: Lør, 24 Jan 2004 20:10:25 +0800 skrev Richard Chan <rspchan@xxxxxxxxxxxxxx> :


>md/raid6 is using an in-tree perl script to generate a C file.
>This breaks kbuild separate src/obj tree.

>Somehow the src in $(PERL) $(src)/drivers/md/unroll.pl is not
>getting substituted.

Replace $(src)/unroll.pl with $(srctree)/$(src)/unroll.pl in
drivers/md/Makefile and it works again.

Fix is already sent to hpa/akpm - but I do not have it available
here (on WEB mail).

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