svn commit: r188437 - head/release

Roman Divacky rdivacky at FreeBSD.org
Tue Feb 10 07:05:31 PST 2009


On Tue, Feb 10, 2009 at 03:03:08PM +0000, Ken Smith wrote:
> Author: kensmith
> Date: Tue Feb 10 15:03:08 2009
> New Revision: 188437
> URL: http://svn.freebsd.org/changeset/base/188437
> 
> Log:
>   Turn off the building of boot floppies for amd64/i386.
> 
> Modified:
>   head/release/Makefile
> 
> Modified: head/release/Makefile
> ==============================================================================
> --- head/release/Makefile	Tue Feb 10 08:21:59 2009	(r188436)
> +++ head/release/Makefile	Tue Feb 10 15:03:08 2009	(r188437)
> @@ -67,8 +67,8 @@ PORTSRELEASETAG?=	${AUXRELEASETAG}
>  # If you want to pass flags to the world build such as -j X, use
>  # WORLD_FLAGS.  Similarly, you can specify make flags for kernel
>  # builds via KERNEL_FLAGS.
> -#WORLD_FLAGS=-j4
> -#KERNEL_FLAGS=-j4
> +WORLD_FLAGS=-j4
> +KERNEL_FLAGS=-j4

was this intentional?


More information about the svn-src-head mailing list