From: Andy Isaacson <adi@hexapodia.org>
To: ameer armaly <ameer@charter.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: missing files in bk trees?
Date: Wed, 24 Mar 2004 14:01:21 -0600 [thread overview]
Message-ID: <20040324200121.GF20793@hexapodia.org> (raw)
In-Reply-To: <Pine.LNX.4.58.0403232140160.7713@debian>
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
next prev parent reply other threads:[~2004-03-24 20:02 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-24 2:41 missing files in bk trees? ameer armaly
2004-03-24 2:50 ` Joshua Kwan
2004-03-24 4:35 ` Theodore Ts'o
2004-03-24 8:48 ` James H. Cloos Jr.
2004-03-24 9:12 ` Gabriel Paubert
2004-03-24 20:01 ` Andy Isaacson [this message]
2004-03-24 21:02 ` missing files in bk tree ameer armaly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040324200121.GF20793@hexapodia.org \
--to=adi@hexapodia.org \
--cc=ameer@charter.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox