From owner-cvs-all Wed May 22 20: 5:34 2002 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id DF1BA37B40C; Wed, 22 May 2002 20:05:27 -0700 (PDT) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 5C5AD5307; Thu, 23 May 2002 05:05:26 +0200 (CEST) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: "J. Mallett" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/make main.c References: <200205212024.g4LKOlx48232@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 23 May 2002 05:05:25 +0200 In-Reply-To: <200205212024.g4LKOlx48232@freefall.freebsd.org> Message-ID: Lines: 30 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "J. Mallett" writes: > Log: > Make ReadMakefile() operate using the realpath(3) name for the file handed to > it, which means that relative paths will be expanded to absolute paths, and > filenames without a path will end up with their absolute path included as > well. This aids tremendously in debugging a build using our make(1) with > multiple Makefile's, such as when there is a syntax error in a file in a > sub-directory as per . Normally we'd end up with just > "Makefile" known about the Makefile in question, which means that an error > would be useless for someone trying to debug their build system, now we > end up with a complete real pathname for the Makefile. This commit breaks port builds - or at least mail/postfix: des@dsa /usr/ports/mail/postfix% make ===> Building for postfix-1.1.10,1 /usr/ports/mail/postfix/work/postfix-1.1.10/scripts/configure.postfix: Can't open /usr/ports/mail/postfix/work/postfix-1.1.10/scripts/configure.postfix: No such file or directory *** Error code 2 Stop in /usr/ports/mail/postfix/work/postfix-1.1.10. *** Error code 1 Stop in /usr/ports/mail/postfix. *** Error code 1 Stop in /usr/ports/mail/postfix. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message