Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 1998 22:05:08 +1000
From:      Stephen McKay <syssgm@dtir.qld.gov.au>
To:        Gianmarco Giovannelli <gmarco@giovannelli.it>
Cc:        current@FreeBSD.ORG, syssgm@dtir.qld.gov.au
Subject:   Re: usr.bin/expand breaks make world 
Message-ID:  <199804211205.WAA12503@troll.dtir.qld.gov.au>
In-Reply-To: <353CA4EF.7C262514@giovannelli.it> from Gianmarco Giovannelli at "Tue, 21 Apr 1998 13:53:51 %2B0000"
References:  <199804211004.MAA05688@sos.freebsd.dk> <199804211011.UAA11629@troll.dtir.qld.gov.au> <353CA4EF.7C262514@giovannelli.it>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday, 21st April 1998, Gianmarco Giovannelli wrote:

>I really don't know how a .depend is made so I send you the guilty one,
>even if a lot of other are very similar...
>
>I have to delete a lot of blank lines...
>If someone can say me if it is a correct .depend I 'll be very happy 

>      1 # -I/usr/obj/usr/src/tmp/usr/include
>/usr/src/usr.bin/expand/expand.c
>      2 # 1 ""
>      3 # 1 "/usr/src/usr.bin/expand/expand.c"
>      4
>      5 [... a lot of blank lines deleted ...]
>      6
>      7
>      8 static char copyright[] =

This is not even close to being correct!  This is wrong from line 2.
It should look something like (without the line numbers):

1 # -I/usr/obj/usr/src/tmp/usr/include /usr/src/usr.bin/expand/expand.c
2 expand.o: /usr/src/usr.bin/expand/expand.c \
3  /usr/obj/usr/src/tmp/usr/include/ctype.h \
4  /usr/obj/usr/src/tmp/usr/include/runetype.h.h \
...

This looks like a different problem to mine.  My .depend files always start
with the right stuff, and are corrupted part way through.  Perhaps my tree
is just a little out of date and I haven't met this one yet. :-)

I'll see what I can find when I get home tonight.

Stephen.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804211205.WAA12503>