lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 294f232 12/16: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 294f232 12/16: Improve documentation
Date: Sat, 18 May 2019 20:53:37 -0400 (EDT)

branch: master
commit 294f2321dc43a4d58f87f2b8db6f3407203618ec
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
---
 gwc/parent.make | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gwc/parent.make b/gwc/parent.make
index 4ac8d4d..b1d2c69 100644
--- a/gwc/parent.make
+++ b/gwc/parent.make
@@ -4,9 +4,10 @@
 #  - form a unique name $LMI_ENV_FILE for a file to hold the value
 #  - add a 'source_env_vars' prerequisite for the top-level makefile,
 #    with recipe "$(eval include $LMI_ENV_FILE)"
-#  - add a phony 'source_env_vars' target that sources the script,
-#    then writes 'make' assignments like "export foo := bar"
-#    for each desired environment variable
+#  - add a phony 'source_env_vars' target that sources the script
+#  - make the script write 'make' assignments like "export foo := bar"
+#    for each desired environment variable to $LMI_ENV_FILE iff that
+#    filename is of nonzero length
 # To test:
 #   $export LMI_IN=Russia;   make -f parent.make all
 #   $export LMI_IN=Mongolia; make -f parent.make all



reply via email to

[Prev in Thread] Current Thread [Next in Thread]