summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1995-06-13 05:47:12 +0000
committerTom Yu <tlyu@mit.edu>1995-06-13 05:47:12 +0000
commit1cabf291b0ff7246e81d2ff8d2eca3501b925803 (patch)
tree51522adc8ce02a0a6c56517e62a57ff7ccd5380b /src/ChangeLog
parent670b260aac64048286e82850e312de962d4890bb (diff)
downloadkrb5-1cabf291b0ff7246e81d2ff8d2eca3501b925803.tar.gz
krb5-1cabf291b0ff7246e81d2ff8d2eca3501b925803.tar.xz
krb5-1cabf291b0ff7246e81d2ff8d2eca3501b925803.zip
* aclocal.m4 (CopySrcHeader): do a set -x before mkdir
_MAKE_SUBDIRS: inserted a "-@" rather than a "@" at the beginning of the rule; Ultrix make does /bin/sh -e ruleline if it's not there, and set +e doesn't work. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6050 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fdac9c0c6d..13de4cc205 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jun 13 01:44:12 1995 Tom Yu (tlyu@dragons-lair)
+
+ * aclocal.m4 (CopySrcHeader): do a set -x before mkdir
+ _MAKE_SUBDIRS: inserted a "-@" rather than a "@" at the
+ beginning of the rule; Ultrix make does /bin/sh -e
+ ruleline if it's not there, and set +e doesn't work.
+
Sat Jun 10 08:14:22 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* acconfig.h: Removed HAS_ANSI_CONST, HAS_ANSI_VOLATILE,