Deleted Added
full compact
release.conf.sample (300768) release.conf.sample (301280)
1#!/bin/sh
2#
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 300768 2016-05-26 18:50:57Z gjb $
3# $FreeBSD: head/release/release.conf.sample 301280 2016-06-03 18:37:56Z garga $
4#
5
6## Redefine environment variables here to override prototypes
7## defined in release.sh.
8#load_chroot_env() { }
9#load_target_env() { }
10#buildenv_setup() { }
11

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

46
47## Set to use world- and kernel-specific make(1) flags.
48#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
49#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
50
51## Set miscellaneous 'make release' settings.
52#NODOC=
53#NOPORTS=
4#
5
6## Redefine environment variables here to override prototypes
7## defined in release.sh.
8#load_chroot_env() { }
9#load_target_env() { }
10#buildenv_setup() { }
11

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

46
47## Set to use world- and kernel-specific make(1) flags.
48#WORLD_FLAGS="-j $(sysctl -n hw.ncpu)"
49#KERNEL_FLAGS="-j $(( $(( $(sysctl -n hw.ncpu) + 1 )) / 2 ))"
50
51## Set miscellaneous 'make release' settings.
52#NODOC=
53#NOPORTS=
54#NOSRC=
54#WITH_DVD=
55#WITH_COMPRESSED_IMAGES=
56
57## Set to '1' to disable multi-threaded xz(1) compression.
58#XZ_THREADS=0
59
60## Set when building embedded images.
61#EMBEDDEDBUILD=

--- 51 unchanged lines hidden ---
55#WITH_DVD=
56#WITH_COMPRESSED_IMAGES=
57
58## Set to '1' to disable multi-threaded xz(1) compression.
59#XZ_THREADS=0
60
61## Set when building embedded images.
62#EMBEDDEDBUILD=

--- 51 unchanged lines hidden ---