From owner-cvs-all@FreeBSD.ORG Mon Dec 8 16:42:45 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E18D216A4CE; Mon, 8 Dec 2003 16:42:45 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DB843D13; Mon, 8 Dec 2003 16:42:45 -0800 (PST) (envelope-from gad@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hB90gjXJ026738; Mon, 8 Dec 2003 16:42:45 -0800 (PST) (envelope-from gad@repoman.freebsd.org) Received: (from gad@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hB90gi9O026737; Mon, 8 Dec 2003 16:42:44 -0800 (PST) (envelope-from gad) Message-Id: <200312090042.hB90gi9O026737@repoman.freebsd.org> From: Garance A Drosehn Date: Mon, 8 Dec 2003 16:42:44 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile.inc1 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2003 00:42:46 -0000 gad 2003/12/08 16:42:44 PST FreeBSD src repository Modified files: . Makefile.inc1 Log: Fix a problem where 'make installworld' will fail and leave the system in a messy state *if* the user is upgrading from a system which has no /libexec to a system which builds a DYNAMICROOT, and if that user has set DISTDIR (as documented for ports, but it turns out that the same variable name is used for a completely unrelated purpose in 'make release'). There are other possible fixes for this issue, and ru@ may later decide to commit one of those fixes. I just wanted some fix in ASAP, and this is the fix that I have tested. Reviewed by: bde, imp, and ru Revision Changes Path 1.398 +7 -13 src/Makefile.inc1