From owner-cvs-all@FreeBSD.ORG Fri Oct 3 15:00:08 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 2350516A4B3; Fri, 3 Oct 2003 15:00:08 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D1543FDD; Fri, 3 Oct 2003 15:00:07 -0700 (PDT) (envelope-from imp@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 h93M07XJ013965; Fri, 3 Oct 2003 15:00:07 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93M07sA013964; Fri, 3 Oct 2003 15:00:07 -0700 (PDT) (envelope-from imp) Message-Id: <200310032200.h93M07sA013964@repoman.freebsd.org> From: Warner Losh Date: Fri, 3 Oct 2003 15:00:07 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf kmod.mk 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: Fri, 03 Oct 2003 22:00:08 -0000 imp 2003/10/03 15:00:07 PDT FreeBSD src repository Modified files: sys/conf kmod.mk Log: While make has been fixed to grok this construct, the new make hasn't been widely deploy and that's causing us a lot of pain. Back out the last commit for a few weeks so that we can lessen the support load in current@ asking why they can't build kernels anymore. Instructions in UPDATING have been updated, but this should be more effective. Revert the reverting: November 1st, 2003 Revision Changes Path 1.143 +2 -2 src/sys/conf/kmod.mk