aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
index 7c03aae..1edf93c 100644
--- a/README
+++ b/README
@@ -91,33 +91,6 @@ ENVIRONMENT VARIABLES
options.)
MAKEENV_LONG_OPTS_NO_ARG
- List of options that makeenv shall interpret as make(1)
- options that do not have any argument. (Default is
- eiknpqrSst, meaning the options -e, -i, -k, -n, -p, -q,
- -r, -S, -s, and -t.)
-
- MAKEENV_OPTS_ARG
- List of options that makeenv shall interpret as make(1)
- options that have an argument. (Default is fW, meaning
- the options -f and -W.)
-
- MAKEENV_OPTS_OPT_ATTACHED_ARG
- List of options that makeenv shall interpret as make(1)
- options that have an argument only if there are
- additional characters after the option character in
- the same command line argument. (Default is the empty
- string, meaning no options.)
-
- MAKEENV_OPTS_OPT_ARG
- List of options that makeenv shall interpret as make(1)
- options that have an argument if there are additional
- characters after the option character in the same
- command line argument or if argument is followed
- directly by another argument which does not start with
- a dash (-). (Default is the empty string, meaning no
- options.)
-
- MAKEENV_LONG_OPTS_NO_ARG
Space-separated list of long options that makeenv shall
interpret as make(1) options that do not have any
argument unless it is followed directly by an equals