Re: [PATCH] powerpc: Fix build dependencies for epapr.c which needs libfdt.h

2011-09-13 Thread McClintock Matthew-B29882
On Wed, Jul 20, 2011 at 8:49 AM, David Gibson wrote: > On Tue, Jul 19, 2011 at 11:22:44AM -0500, Matthew McClintock wrote: >> Currently, the build can (very rarely) fail to build because libfdt.h has >> not been created or is in the process of being copied. >> >> Signed-off-by: Matthew McClintock

Re: [PATCH] powerpc: Fix build dependencies for epapr.c which needs libfdt.h

2011-07-20 Thread David Gibson
On Tue, Jul 19, 2011 at 11:22:44AM -0500, Matthew McClintock wrote: > Currently, the build can (very rarely) fail to build because libfdt.h has > not been created or is in the process of being copied. > > Signed-off-by: Matthew McClintock Looks sane to me. -- David Gibson|

[PATCH] powerpc: Fix build dependencies for epapr.c which needs libfdt.h

2011-07-19 Thread Matthew McClintock
Currently, the build can (very rarely) fail to build because libfdt.h has not been created or is in the process of being copied. Signed-off-by: Matthew McClintock --- I think this fixes this build error. Please comment as it's really hard to reproduce this build error. I've seen this happen a few