Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Sep 2010 09:09:09 -0700 (PDT)
From:      Jakub Lach <jakub_lach@mailplus.pl>
To:        freebsd-stable@freebsd.org
Subject:   Re: WITHOUT_MODULES: does it work?
Message-ID:  <29740089.post@talk.nabble.com>
In-Reply-To: <6310327366.20100917192154@serebryakov.spb.ru>
References:  <6310327366.20100917192154@serebryakov.spb.ru>

next in thread | previous in thread | raw e-mail | index | archive | help



Lev Serebryakov-4 wrote:
> 
> Hello, Freebsd-stable.
> 
>   I'm trying to build very small FreeBSD installation (8.1-STABLE) and
>   trying  to  use  WITHOUT_MOUDLES="list" on buildkernel stage. But it
>   builds all modules anyway.
> 
>   Simple check shows that I do something wrong:
> 
> % cd /usr/src/sys/modules
> %make -V SUBDIR | grep -l 3dfx
> (standard input)
> %make WITHOUT_MODULES=3dfx -V SUBDIR | grep -l 3dfx
> (standard input)
> %
> 
>   What do I do wrong?
> 
> 

If it should be small, why not use MODULES_OVERRIDE= "list" and 
build only the modules needed?

regards,
- Jakub Lach


-- 
View this message in context: http://old.nabble.com/WITHOUT_MODULES%3A-does-it-work--tp29739626p29740089.html
Sent from the freebsd-stable mailing list archive at Nabble.com.




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