Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 1998 19:46:34 -0400
From:      "Evan Champion" <evanc@synapse.net>
To:        <freebsd-stable@FreeBSD.ORG>
Subject:   .depend files not containing dependencies
Message-ID:  <00a501bd6991$e3fc9e80$c9252fce@cello.synapse.net>

next in thread | raw e-mail | index | archive | help
I'm trying to do a make world on my 2.2.6-STABLE of April 4, and am running
in to trouble with the .depend files.

Basically, the .depend seems to contain the sum of the cpp'd .c's and .h's
instead of dependency lists.  As an example, here's an excerpt from the end
of chown's .depend:

void
usage()
{
    (void)fprintf((&__sF[2]), "%s\n%s\n%s\n",
        "usage: chown [-R [-H | -L | -P]] [-f] [-h] owner[:group] file ...",
        "       chown [-R [-H | -L | -P]] [-f] [-h] :group file ...",
        "       chgrp [-R [-H | -L | -P]] [-f] [-h] group file ...");
    exit(1);
}

That definitely shouldn't be in there :-)

I tried rm -rf'ing /usr/src and re-cvsup'ing but it didn't help.  It is
repeatable; this has happened on 3 builds now.  If I make depend outside of
make buildworld, the .depend file comes out correct.  The only odd thing I
am doing is building over NFS...

Any ideas?

Evan



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00a501bd6991$e3fc9e80$c9252fce>