lkml.org 
[lkml]   [2004]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: missing files in bk trees?
On Tue, Mar 23, 2004 at 09:41:46PM -0500, ameer armaly wrote:
> I got the latest kernel tree from linux.bkbits.net, and I try to make
> config, and it complains about a missing zconf.tab.h. However, it has
> decrypted the other sccs files, but for some oodd reason it can't find
> this particular one. Suggestions would be appriciated.

The build fails on this file because the kernel makefiles don't have
complete dependency information. Make is smart enough to automatically
check out foo.c and foo.h if you say

foo.o: foo.c foo.h
$(CC) -c foo.c -o foo.o

but in the absence of that information, make cannot deduce it.

The work-around is to simply check out everything before running make:
% bk -Ur get -S

-andy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.038 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site