aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-08 20:32:48 +0100
committerMattias Andrée <m@maandree.se>2025-02-08 20:32:48 +0100
commiteb98862108cd92c4631db96ce978793dc69e6903 (patch)
tree176abe0f9ba958fe85fa704b471df779098f4ba3 /README
parentFix removal of -- from cmdline (diff)
downloadmakeenv-eb98862108cd92c4631db96ce978793dc69e6903.tar.gz
makeenv-eb98862108cd92c4631db96ce978793dc69e6903.tar.bz2
makeenv-eb98862108cd92c4631db96ce978793dc69e6903.tar.xz
Fix READMEHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
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