From owner-cvs-all Sat Jun 17 3:52: 0 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 150E637B735; Sat, 17 Jun 2000 03:51:57 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA25146; Sat, 17 Jun 2000 03:51:56 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Message-Id: <200006171051.DAA25146@freefall.freebsd.org> From: "David E. O'Brien" Date: Sat, 17 Jun 2000 03:51:56 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/defaults make.conf src/sys Makefile src/sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/06/17 03:51:56 PDT Modified files: etc/defaults make.conf sys Makefile sys/conf Makefile.alpha Makefile.i386 Makefile.pc98 Log: If "MODULES_WITH_WORLD" is defined, sys/modules will be built with the world as was our old way, rather than when building a kernel. Some people do not like the new way, and the release building still assumes modules are built with the world. Revision Changes Path 1.110 +4 -1 src/etc/defaults/make.conf 1.23 +6 -1 src/sys/Makefile 1.64 +2 -2 src/sys/conf/Makefile.alpha 1.194 +2 -2 src/sys/conf/Makefile.i386 1.94 +2 -2 src/sys/conf/Makefile.pc98 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message