Deleted Added
full compact
release.conf.sample (262810) release.conf.sample (264027)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 262810 2014-03-05 23:17:53Z gjb $
3# $FreeBSD: head/release/release.conf.sample 264027 2014-04-01 22:41:26Z gjb $
4#
5
6## Set the directory within which the release will be built.
7CHROOTDIR="/scratch"
8
9## Set the svn host.
10SVNROOT="svn://svn.FreeBSD.org/"
11

--- 29 unchanged lines hidden (view full) ---

41## Set to use world- and kernel-specific make(1) flags.
42#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
43#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
44
45## Set miscellaneous 'make release' settings.
46#NODOC=
47#NOPORTS=
48#WITH_DVD=
4#
5
6## Set the directory within which the release will be built.
7CHROOTDIR="/scratch"
8
9## Set the svn host.
10SVNROOT="svn://svn.FreeBSD.org/"
11

--- 29 unchanged lines hidden (view full) ---

41## Set to use world- and kernel-specific make(1) flags.
42#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
43#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
44
45## Set miscellaneous 'make release' settings.
46#NODOC=
47#NOPORTS=
48#WITH_DVD=
49#WITH_COMPRESSED_IMAGES=
49
50## Set when building embedded images.
51#EMBEDDEDBUILD=
52
53## Set to skip the chroot environment buildworld/installworld/distribution
54## step if it is expected the build environment will exist via alternate
55## means.
56#CHROOTBUILD_SKIP=
57
58## Set to pass additional flags to make(1) for the build chroot setup, such
59## as TARGET/TARGET_ARCH.
60#CHROOT_MAKEENV=
61
50
51## Set when building embedded images.
52#EMBEDDEDBUILD=
53
54## Set to skip the chroot environment buildworld/installworld/distribution
55## step if it is expected the build environment will exist via alternate
56## means.
57#CHROOTBUILD_SKIP=
58
59## Set to pass additional flags to make(1) for the build chroot setup, such
60## as TARGET/TARGET_ARCH.
61#CHROOT_MAKEENV=
62