[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
- [lmi-commits] [lmi] master updated (e0988be -> 3ff6c00), Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 20f6dd2 15/16: Add git instructions to copy a branch into a master subdirectory, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 8b0a768 14/16: Invoke 'rm' without '--force', Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 3ff6c00 16/16: Rewrite for clarity, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master fa96c05 13/16: Make tracing information easier to follow, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master f8d4676 11/16: Improve and compress output trace, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master b00ad83 10/16: Remove duplicated target name; improve documentation, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 0ca7d61 09/16: Don't write env file if its name is empty or unset, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 294f232 12/16: Improve documentation,
Greg Chicares <=
- [lmi-commits] [lmi] master c10b229 08/16: Actually perform some work in the script, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master a87426e 07/16: Name temporary environment-variables file OAOO, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 01aee1e 04/16: Construct a unique temporary filename to avoid collisions, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 315d415 03/16: Improve encapsulation, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master b4dd6ce 06/16: Resolve an open issue, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 65cbb2f 05/16: Remove obsolete commentary, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 6eace72 01/16: Source a shell script in a makefile, Greg Chicares, 2019/05/18
- [lmi-commits] [lmi] master 0401064 02/16: Set multiple variables, Greg Chicares, 2019/05/18