summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-10-01 17:33:30 +0000
committerRoland McGrath <roland@gnu.org>1999-10-01 17:33:30 +0000
commitd17b3d7969cd35fcc50f3ecac7b2b39612bfc018 (patch)
tree7756a0ec284550d9fa103d6c7998d20398c162b9 /ChangeLog
parentd02092dc5aabffed51ca5feea9b2d90c936bc3f2 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d0705a1d..9f79cf1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+1999-10-01 Roland McGrath <roland@baalperazim.frob.com>
+
+ * Makeconf [Decode makemode page]: Clean up variable usage in each
+ cases, as follows:
+ (installationdir): Don't test and set this directly.
+ (makemode-instdir): New variable, set instead for each makemode.
+ (linktarg): Don't this for each program-linking makemode.
+ (targets): Make sure this is always set, i.e. = $(target) in singular
+ modes.
+ [$(makemode) != library] (progtarg): New variable.
+ [$(makemode) != library] (linktarg): Set from $(progtarg), including
+ .static versions.
+ (installationdir): Test and default once, using $(makemode-instdir).
+ [linking and dep rules]: Use $(linktarg) and $(progtarg) as
+ appropriate instead of $(targets) or $(target).
+
1999-09-19 Roland McGrath <roland@baalperazim.frob.com>
* configure.in (enable_static_progs): Move sed translation of commas