summaryrefslogtreecommitdiff
path: root/mk/help/env.help
blob: c153670e50afcdec413556a306de6711ac599516 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# $NetBSD: env.help,v 1.2 2010/09/29 11:40:43 obache Exp $
#
# This file describes the *_ENV variables, where they are defined and
# where they are used.
#
# In general, all environments should be ordered from general to specific
# ones. That is, first comes the BARRIER_ENV, then the MAKE_ENV, then the
# MAKE_BUILD_ENV.
#
# Additionally, the package should be able to override all settings from
# the infrastructure. That means that the package-settable variables
# must appear behind the system-defined ones.
#

# XXX: I'm missing BARRIER_ENV or something like that.

# XXX: The do-* targets are not run with ALL_ENV (or better:
# BARRIER_ENV) in effect.

#
# Common environments.
#

# PKGSRC_MAKE_ENV
#

# ALL_ENV
#	This is the basic environment for the configure, build and install
#	phases. It can be overridden by CONFIGURE_ENV and MAKE_ENV.
#

#
# Environments for individual phases.
#

# EXTRACT_ENV

# CONFIGURE_ENV

# MAKE_ENV

# BSD_MAKE_ENV
#	This environment can be appended to MAKE_ENV by a package to
#	support packages using BSD-style Makefiles, for example
#	<bsd.prog.mk>.
#
# See also:
#	USE_BSD_MAKEFILE
#

# INSTALL_ENV
#	This environment is prepended to MAKE_ENV in the install phase.
#	XXX: Shouldn't this be _ap_pended?

#
# Other environments.
#

# INSTALL_SCRIPTS_ENV
#	TODO
#