Deleted Added
sdiff udiff text old ( 277458 ) new ( 279074 )
full compact
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 279074 2015-02-20 18:51:52Z gjb $
4#
5
6## Redefine environment variables here to override prototypes
7## defined in release.sh.
8#load_chroot_env() { }
9#load_target_env() { }
10
11## Set the directory within which the release will be built.

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

48#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
49
50## Set miscellaneous 'make release' settings.
51#NODOC=
52#NOPORTS=
53#WITH_DVD=
54#WITH_COMPRESSED_IMAGES=
55
56## Set to '1' to disable multi-threaded xz(1) compression.
57#XZ_THREADS=0
58
59## Set when building embedded images.
60#EMBEDDEDBUILD=
61
62## Set to skip the chroot environment buildworld/installworld/distribution
63## step if it is expected the build environment will exist via alternate
64## means.
65#CHROOTBUILD_SKIP=
66

--- 45 unchanged lines hidden ---