about summary refs log tree commit diff
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-07-10 21:51:20 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-07-10 21:51:20 +0000
commit36ecd14e84ea759f0336ddc60e20fa02290f38f4 (patch)
tree4be08abbe2b8637b33f845265fbe7fedfe5f80cf /doc/INSTALL
parent760c739e8fdf68efcaad8d27b28104c141502505 (diff)
downloadnetpbm-mirror-36ecd14e84ea759f0336ddc60e20fa02290f38f4.tar.gz
netpbm-mirror-36ecd14e84ea759f0336ddc60e20fa02290f38f4.tar.xz
netpbm-mirror-36ecd14e84ea759f0336ddc60e20fa02290f38f4.zip
Document new COMPILED_BY environment variable
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@4567 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index c20d372e..2c6403ff 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -109,8 +109,8 @@ If you use the 'configure' program, be sure to edit config.mk _after_ you
 run 'configure', since 'configure' generates config.mk.
 
 
-COMPILED-IN BUILD DATETIME
---------------------------
+COMPILED-IN BUILD DATETIME AND USER
+-----------------------------------
 
 By default, the Netpbm build system builds the datetime that you built it
 into libnetpbm, so the --version global command line option can display it.
@@ -137,6 +137,13 @@ The name and meaning of the environment variable is taken from a standard
 described at https://reproducible-builds.org/specs/source-date-epoch/ on March
 16, 2017.
 
+Likewise, the Netpbm build system builds the identity of the party who did the
+build in libnetpbm.  This is normally a userid, the output of the 'whoami'
+program, unless overridden by USER or LOGNAME environment variables.  You can
+also override 'whoami', USER, and LOGNAME with the COMPILED_BY environment
+variable.  This value is just for display, so it need not be a userid; any
+single word that does not contain quotation marks is acceptable.
+
 
 AUTOMATING THE BUILD
 --------------------