Date: Wed, 25 Aug 2004 22:06:29 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src Makefile.inc1 Message-ID: <200408252206.i7PM6TJJ085943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2004-08-25 22:06:29 UTC
FreeBSD src repository
Modified files:
. Makefile.inc1
Log:
Fix "make world DESTDIR=/mnt" to work again. A recent change
to make(1) that causes command-line variables to be passed as
command-line variables to sub-processes that make(1) executes
broke it. By changing the type of all DESTDIR variables used
internally in Makefile.inc1, from environment to command-line
variables of the highest priority, I was able to "make world"
with success, with the command-line variable DESTDIR set.
Revision Changes Path
1.442 +4 -4 src/Makefile.inc1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408252206.i7PM6TJJ085943>
