On Tuesday, May 28, 2013 5:52:28 am Dag-Erling SmXXrgrav wrote:
> Author: des
> Date: Tue May 28 09:52:28 2013
> New Revision: 251058
> URL: http://svnweb.freebsd.org/changeset/base/251058
> 
> Log:
>   During buildkernel, print a banner before building modules.
> 
> Modified:
>   head/Makefile.inc1

Does this honor 'makeoptions NO_MODULES=yes' in the kernel config?  That sets 
NO_MODULES=yes in the generated Makefile, not in the environment seen by the 
make instance running this makefile.

My guess is that this would result in 'make buildkernel' calling 'make 
modules-all' but 'modules-all' wouldn't be defined as a valid target?

-- 
John Baldwin
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to