Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Apr 2001 19:50:18 -0700
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.ORG>
To:        Mike Meyer <mwm@mired.org>
Cc:        stable@FreeBSD.ORG
Subject:   Re: MODULES_WITH_WORLD in -stable?
Message-ID:  <15066.24042.235238.377319@horsey.gshapiro.net>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15066.24042.235238.377319>