cvs commit: src Makefile.inc1
Ruslan Ermilov
ru at FreeBSD.org
Wed Aug 25 15:06:29 PDT 2004
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
More information about the cvs-src
mailing list