Deleted Added
sdiff udiff text old ( 269640 ) new ( 272414 )
full compact
1#!/bin/sh
2#
3# $FreeBSD: head/release/release.conf.sample 269640 2014-08-06 19:06:38Z 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.

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

72## Set to a non-empty value skip checkout or update of /usr/ports in
73## the chroot. This is intended for use when /usr/ports already exists.
74#PORTS_UPDATE_SKIP=
75
76## Set to pass additional flags to make(1) for the build chroot setup, such
77## as TARGET/TARGET_ARCH.
78#CHROOT_MAKEENV=
79