From owner-freebsd-stable Sun Apr 15 19:50:22 2001 Delivered-To: freebsd-stable@freebsd.org Received: from horsey.gshapiro.net (horsey.gshapiro.net [209.220.147.178]) by hub.freebsd.org (Postfix) with ESMTP id 39B1337B422 for ; Sun, 15 Apr 2001 19:50:19 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: (from gshapiro@localhost) by horsey.gshapiro.net (8.12.0.Beta7/8.12.0.Beta7) id f3G2oIEf092788; Sun, 15 Apr 2001 19:50:18 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15066.24042.235238.377319@horsey.gshapiro.net> Date: Sun, 15 Apr 2001 19:50:18 -0700 From: Gregory Neil Shapiro To: Mike Meyer Cc: stable@FreeBSD.ORG Subject: Re: MODULES_WITH_WORLD in -stable? In-Reply-To: <15066.23697.529645.743640@guru.mired.org> References: <15066.22452.627482.915298@guru.mired.org> <15066.23029.617183.526758@horsey.gshapiro.net> <15066.23697.529645.743640@guru.mired.org> X-Mailer: VM 6.92 under 21.2 (patch 47) "Zephir" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mwm> Let me clarify. Buildworld works fine; I just don't get any modules mwm> built. For example, grepping the log file for buildworld for accf mwm> produces a single line - one deleting all the section 9 manual pages. I don't have a transcript handy but I do see them being build and /usr/obj/usr/src/sys/modules/ contains everything. It should happen after sbin and share but before usr.bin. Try: # cd /usr/src # make -n -f Makefile.inc1 all and make sure sys is listed. You can same going down the path: # cd /usr/src/sys # make -n all (make sure modules is listed) # cd modules # make -n all To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message