summaryrefslogtreecommitdiff
path: root/mk/help/env.help
diff options
context:
space:
mode:
authorrillig <rillig>2008-01-19 22:41:47 +0000
committerrillig <rillig>2008-01-19 22:41:47 +0000
commitf60ec3094bd9a5a71b394685c6c62a985bb6cb47 (patch)
tree25554e56ab0bd4974136801613319f4a8530681d /mk/help/env.help
parent4e470ee24bb8eb1ebf82aaf0335aaadb71600650 (diff)
downloadpkgsrc-f60ec3094bd9a5a71b394685c6c62a985bb6cb47.tar.gz
Renamed some *.mk files to *.help, since they only contain comments.
Diffstat (limited to 'mk/help/env.help')
-rw-r--r--mk/help/env.help61
1 files changed, 61 insertions, 0 deletions
diff --git a/mk/help/env.help b/mk/help/env.help
new file mode 100644
index 00000000000..8624499f546
--- /dev/null
+++ b/mk/help/env.help
@@ -0,0 +1,61 @@
+# $NetBSD: env.help,v 1.1 2008/01/19 22:41:48 rillig 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_MAKE
+#
+
+# 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
+#