about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-07-07 17:12:17 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-07-07 17:12:17 +0000
commit14428d46e4b01ee279f0ea40b10949d427005924 (patch)
tree4abec0eea3834872d4cfe8ec4eed2465dda256e5 /ChangeLog
parent82c0ea4263db88b89ef61faede23a8d507f4351c (diff)
downloadzsh-14428d46e4b01ee279f0ea40b10949d427005924.tar.gz
zsh-14428d46e4b01ee279f0ea40b10949d427005924.tar.xz
zsh-14428d46e4b01ee279f0ea40b10949d427005924.zip
12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where
getrlimit() is not found, replace it with nothing and append /dev/null to
the awk command in rlimits.mdd, so that we don't end up with a dependency of
rlimits.h on /dev/null (which can cause rlimits.h to be needlessly remade).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9eb3045a3..d837d2589 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-07  Bart Schaefer  <schaefer@brasslantern.com>
+
+	* 12193: configure.in, Src/Builtins/rlimits.mdd: Fix unnecessary
+	rebuilds of rlimits.o on platforms where getrlimit() is not found.
+
 2000-07-06  Oliver Kiddle  <opk@zsh.org>
 
 	* 12181: Completion/AIX/_lscfg, Completion/AIX/_object_classes,