diff options
author | Mattias Andrée <maandree@kth.se> | 2024-02-12 21:56:32 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-02-12 21:56:32 +0100 |
commit | f212ab37a05d8212f7eecf6ff64e692a193741ab (patch) | |
tree | a308bb0c4d231d94a7effe60960cf799b1c3317d /README | |
parent | Add makeenv.1 and README (diff) | |
download | makeenv-f212ab37a05d8212f7eecf6ff64e692a193741ab.tar.gz makeenv-f212ab37a05d8212f7eecf6ff64e692a193741ab.tar.bz2 makeenv-f212ab37a05d8212f7eecf6ff64e692a193741ab.tar.xz |
Remove less important sections from README
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 38 |
1 files changed, 0 insertions, 38 deletions
@@ -50,12 +50,6 @@ OPTIONS are treated as delimiters between long options and their associated argument. -STDIN - Not used. - -INPUT FILES - None. - ENVIRONMENT VARIABLES The following environment variables affect the execution of makeenv: @@ -155,37 +149,5 @@ ENVIRONMENT VARIABLES Any macro listed in .makeenv is loaded into the environment before the utility inspects the environement. -ASYNCHRONOUS EVENTS - Default. - -STDOUT - Not used. - -STDERR - The standard error is used only for diagnostic messages. - -OUTPUT FILES - None. - -EXTENDED DESCRIPTION - None. - -EXIT STATUS - If the make(1) utility is invoked, the exit status of makeenv - is the exit status of the make(1); utility otherwise, the - makeenv utility exits with one of the following values: - - 125 An error occurred in the makeenv utility. - - 126 The make(1) utility was found but could not be invoked. - - 127 The make(1) utility could not be found. - -CONSEQUENCES OF ERRORS - Default. - -FUTURE DIRECTIONS - None. - SEE ALSO makeenv(5), make(1) |