From owner-cvs-src@FreeBSD.ORG Fri Sep 17 09:17:34 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 469D416A4CE; Fri, 17 Sep 2004 09:17:34 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C68543D2F; Fri, 17 Sep 2004 09:17:34 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8H9HYc7072858; Fri, 17 Sep 2004 09:17:34 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8H9HYgq072857; Fri, 17 Sep 2004 09:17:34 GMT (envelope-from ru) Message-Id: <200409170917.i8H9HYgq072857@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 17 Sep 2004 09:17:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include Makefile src/sys/conf kern.post.mk newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2004 09:17:34 -0000 ru 2004-09-17 09:17:33 UTC FreeBSD src repository Modified files: include Makefile sys/conf kern.post.mk newvers.sh Log: Pass the idea of the make(1) binary to use down to newvers.sh. This is necessary so source upgrades use the correct binary. MFC after: 3 days For the record: Problem spotted by Scott Long, who mentioned that source upgrades from 4.7 to recent 5.x and 6.0 are broken. Detailed analysis shows that 4.7 has a broken make(1) binary. A breakage was fixed in RELENG_4 in make/main.c,v 1.35.2.7 by imp@, though the commit log erroneously stated "MFC 1.68" while in fact it should have been spelled as "MFC 1.67". Revision Changes Path 1.225 +1 -1 src/include/Makefile 1.69 +1 -1 src/sys/conf/kern.post.mk 1.64 +1 -1 src/sys/conf/newvers.sh