Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 May 1998 19:32:51 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-committers@FreeBSD.ORG, jb@FreeBSD.ORG
Subject:   Re: cvs commit: src/gnu/usr.bin/binutils/as/as_i386 Makefile
Message-ID:  <199805050932.TAA08184@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified files:
>    gnu/usr.bin/binutils/as/as_i386 Makefile 
>  Log:
>  The BINDIR definition is an extra directory level away, so include it
>  explicitly.

Wrong fix.  Deep directories should always have a Makefile.inc in
the directory above them, and that Makefile.inc should include
"../Makefile.inc" which to get the Makefile.inc above it, etc.
Note that "../Makefile.inc" is sometimes quite different from
"${.CURDIR}/../Makefile.inc".  The latter is an absolute pathname,
while the former is relative and is searched for beginning in the
directory of the file that does the inclusion (or does it begin
in in the object directory?).

Bruce

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



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